Skip to content

Commit

Permalink
chore: Add sudo to script
Browse files Browse the repository at this point in the history
  • Loading branch information
andreespirela committed Aug 9, 2024
1 parent 9c2b92f commit 8cd7660
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/gcp-docker.yml
Original file line number Diff line number Diff line change
Expand Up @@ -72,7 +72,7 @@ jobs:
npm i
SIGNER_KEY=${{ secrets.TEST_SIGNER_KEY }} node test.js
docker compose down
cd .. && rm -rf .testnet
cd .. && sudo rm -rf .testnet
- name: Build and Push Container
run: |-
Expand Down

0 comments on commit 8cd7660

Please sign in to comment.