Skip to content

Commit

Permalink
Prune all images
Browse files Browse the repository at this point in the history
  • Loading branch information
wooferzfg authored Aug 3, 2023
1 parent c168591 commit f53a2aa
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -57,7 +57,7 @@ jobs:
script: |
docker stop $(docker ps -aq) || true
docker rm $(docker ps -aq) || true
docker system prune -f || true
docker system prune -af || true
sudo rm -r tww-rando-bot || true
git clone --recursive https://github.com/wooferzfg/tww-rando-bot.git
echo "${{ secrets.WWRANDO_SEED_KEY }}" > tww-rando-bot/wwrando/keys/seed_key.py
Expand Down

0 comments on commit f53a2aa

Please sign in to comment.