Skip to content

Commit

Permalink
buildspec_load_test: print aws cli version
Browse files Browse the repository at this point in the history
Signed-off-by: Wesley Pettit <[email protected]>
  • Loading branch information
PettitWesley committed Mar 14, 2023
1 parent 7ac402f commit bf2257c
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions buildspec_load_test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -36,6 +36,7 @@ phases:
- curl "https://awscli.amazonaws.com/awscli-exe-linux-x86_64.zip" -o "awscliv2.zip"
- unzip awscliv2.zip
- ./aws/install --bin-dir /usr/local/bin --install-dir /usr/local/bin --update
- aws --version
# install aws-iam-authenticator
- curl -o aws-iam-authenticator https://amazon-eks.s3.us-west-2.amazonaws.com/1.21.2/2021-07-05/bin/linux/amd64/aws-iam-authenticator
- chmod +x ./aws-iam-authenticator
Expand Down

0 comments on commit bf2257c

Please sign in to comment.