Skip to content

Commit

Permalink
ci: Fix aws-cli installation failure (#504)
Browse files Browse the repository at this point in the history
  • Loading branch information
wonchulee authored Dec 20, 2024
1 parent 1df1207 commit c215d7d
Showing 1 changed file with 0 additions and 7 deletions.
7 changes: 0 additions & 7 deletions .github/workflows/testScheduler.yml
Original file line number Diff line number Diff line change
Expand Up @@ -43,13 +43,6 @@ jobs:
go-version: ${{ matrix.go-version }}
cache: false

- name: Install AWS CLI
run: |
sudo apt install -y curl unzip
curl "https://awscli.amazonaws.com/awscli-exe-linux-x86_64.zip" -o "awscli.zip"
unzip awscli.zip
sudo ./aws/install
- name: Configure AWS CLI with NCP S3 compatible endpoint
run: |
aws configure set aws_access_key_id ${{ secrets.NCLOUD_ACCESS_KEY }}
Expand Down

0 comments on commit c215d7d

Please sign in to comment.