Skip to content

Commit

Permalink
add update flag
Browse files Browse the repository at this point in the history
  • Loading branch information
rugeli committed Jan 27, 2025
1 parent cde9314 commit 97508f3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/cleanup-aws.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ jobs:
run: |
curl "https://awscli.amazonaws.com/awscli-exe-linux-x86_64.zip" -o "awscliv2.zip"
unzip awscliv2.zip
sudo ./aws/install
sudo ./aws/install --update
- name: Remove files in results sub_dir
if: aws s3 ls s3://cellpack-results/${{ github.head_ref }}
run: aws s3 rm s3://cellpack-results/${{ github.head_ref }} --recursive

0 comments on commit 97508f3

Please sign in to comment.