Skip to content

Commit

Permalink
Installs cli for cleanup
Browse files Browse the repository at this point in the history
  • Loading branch information
ryaneggz committed Aug 21, 2023
1 parent c25f9e7 commit a41cf95
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions .github/workflows/repo.yml
Original file line number Diff line number Diff line change
Expand Up @@ -104,6 +104,11 @@ jobs:
runs-on: self-hosted
if: always()
steps:
- name: Install awscli
run: |
ls ${{ github.workspace }}
sudo apt-get update
sudo apt install -y awscli
- name: Stop running tasks
run: |
# List running tasks for the specific Task Definition and Cluster
Expand Down

0 comments on commit a41cf95

Please sign in to comment.