Skip to content

Commit

Permalink
Merge pull request #11292 from camptocamp/disk-space
Browse files Browse the repository at this point in the history
Free more disk space
  • Loading branch information
sbrunner authored Aug 8, 2024
2 parents 705caba + a36d1d7 commit 3ee5d0a
Showing 1 changed file with 2 additions and 5 deletions.
7 changes: 2 additions & 5 deletions .github/workflows/main.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,8 @@ jobs:
- run: df -h
- name: Clean all docker images
run: docker system prune --all --force
- run: sudo rm -rf /usr/local/lib/android
# Inspired by https://github.com/jlumbroso/free-disk-space/
- run: sudo rm -rf /usr/local/lib/android /usr/share/dotnet "$AGENT_TOOLSDIRECTORY"
- run: df -h

- uses: actions/checkout@v4
Expand Down Expand Up @@ -308,10 +309,6 @@ jobs:
github.ref == format('refs/heads/{0}', env.MAIN_BRANCH)
&& env.HAS_SECRETS == 'HAS_SECRETS'
- run: >
docker run --rm --volume=/var/run/docker.sock:/var/run/docker.sock nate/dockviz
images --tree
if: always()
- run: docker images
if: always()
- run: docker system df
Expand Down

0 comments on commit 3ee5d0a

Please sign in to comment.