Skip to content

Commit

Permalink
ci(github): add back all the disk pruning (#9720)
Browse files Browse the repository at this point in the history
Unfortunately we still need a lot of disk space

Signed-off-by: Charly Molter <charly.molter@konghq.com>
  • Loading branch information
lahabana authored Mar 26, 2024
1 parent c7edef2 commit 2754b3f
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/_e2e.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -68,6 +68,8 @@ jobs:
run: |
echo "Disk usage before cleanup"
sudo df -h
echo "Removing big directories"
sudo rm -rf /usr/share/dotnet /usr/local/lib/android /opt/ghc
echo "Pruning images"
docker system prune --all -f
echo "Disk usage after cleanup"
Expand Down

0 comments on commit 2754b3f

Please sign in to comment.