Skip to content

Commit

Permalink
Install AWS CLI from alpine
Browse files Browse the repository at this point in the history
  • Loading branch information
mbialon committed Jan 8, 2024
1 parent 2155c7b commit 01b7bc7
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 8 deletions.
5 changes: 1 addition & 4 deletions .github/workflows/preprod-deployment.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,10 +13,7 @@ jobs:
contents: read
steps:
- name: Install build dependencies
run: |
apk add --no-cache alpine-sdk git python3 py3-pip bash
pip3 install --upgrade pip
pip3 install awscli
run: apk add --no-cache alpine-sdk git aws-cli bash

- name: Check out repository code
uses: actions/checkout@main
Expand Down
5 changes: 1 addition & 4 deletions .github/workflows/prod-deployment.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,10 +13,7 @@ jobs:
contents: read
steps:
- name: Install build dependencies
run: |
apk add --no-cache alpine-sdk git python3 py3-pip bash
pip3 install --upgrade pip
pip3 install awscli
run: apk add --no-cache alpine-sdk git aws-cli bash

- name: Check out repository code
uses: actions/checkout@main
Expand Down

0 comments on commit 01b7bc7

Please sign in to comment.