Skip to content

Commit

Permalink
Add AWS CLI
Browse files Browse the repository at this point in the history
  • Loading branch information
dbarrous committed Feb 5, 2024
1 parent 735b25a commit e91b6b7
Showing 1 changed file with 1 addition and 8 deletions.
9 changes: 1 addition & 8 deletions .github/workflows/docker_build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,13 +16,6 @@ jobs:

- name: Install AWS CLI
run: |
if ! command -v aws &> /dev/null
then
apt-get update -y
apt-get install -y unzip curl
curl "https://awscli.amazonaws.com/awscli-exe-linux-x86_64.zip" -o "awscliv2.zip"
unzip awscliv2.zip
./aws/install
fi
pip install awscliv2
aws --version

0 comments on commit e91b6b7

Please sign in to comment.