Skip to content

Commit

Permalink
Fix/cleanup aws workflow (#308)
Browse files Browse the repository at this point in the history
* test: install aws

* add update flag

* remove testing branch

* test

* get rid of installation step
  • Loading branch information
rugeli authored Jan 30, 2025
1 parent 13fc621 commit 34c0772
Showing 1 changed file with 2 additions and 4 deletions.
6 changes: 2 additions & 4 deletions .github/workflows/cleanup-aws.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,10 +16,8 @@ jobs:
aws-access-key-id: ${{ secrets.AWS_ACCESS_KEY_ID }}
aws-secret-access-key: ${{ secrets.AWS_SECRET_ACCESS_KEY }}
aws-region: us-west-2
- name: Install AWS CLI
run: |
sudo apt-get update
sudo apt-get install -y awscli
- name: Check AWS CLI version
run: aws --version
- 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 34c0772

Please sign in to comment.