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 0f24ba1 commit ebb3626
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 @@ -306,14 +306,6 @@ jobs:
echo "commit_id=$COMMIT_ID" >> $GITHUB_ENV
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

- name: Download APJ build
uses: actions/download-artifact@v4
Expand Down

0 comments on commit ebb3626

Please sign in to comment.