Skip to content

Commit

Permalink
CI: delete AWS install for carbonix build
Browse files Browse the repository at this point in the history
This should not work.

SW-241
  • Loading branch information
robertlong13 committed Jun 28, 2024
1 parent 51c08fc commit 3ed339e
Showing 1 changed file with 0 additions and 8 deletions.
8 changes: 0 additions & 8 deletions .github/workflows/carbonix_build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -319,14 +319,6 @@ jobs:
echo "branch_name=$BRANCH_NAME" >> $GITHUB_ENV
shell: sh -e {0}

- name: Install AWS CLI
run: |
sudo apt-get update
sudo apt-get install -y curl unzip
curl "https://d1vvhvl2y92vvt.cloudfront.net/awscli-exe-linux-x86_64.zip" -o "awscliv2.zip"
unzip awscliv2.zip
sudo ./aws/install --update
- name: Configure AWS credentials
uses: aws-actions/configure-aws-credentials@v1
with:
Expand Down

0 comments on commit 3ed339e

Please sign in to comment.