Skip to content

Commit

Permalink
Merge pull request #416 from camptocamp/fix-out-of-disk
Browse files Browse the repository at this point in the history
Fix disk full
  • Loading branch information
sbrunner authored Jul 14, 2022
2 parents 31c346a + f4029bc commit 071fde5
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/main.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -79,6 +79,7 @@ jobs:

- name: Extract cache
run: |
rm -rf /tmp/docker/cache/.ccache
docker run --rm --detach --name=cache qgis-cache
docker cp cache:/.ccache /tmp/docker/cache
docker stop cache
Expand Down
1 change: 1 addition & 0 deletions .github/workflows/rebuild.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -69,6 +69,7 @@ jobs:

- name: Extract cache
run: |
rm -rf /tmp/docker/cache/.ccache
docker run --rm --detach --name=cache qgis-cache
docker cp cache:/.ccache /tmp/docker/cache
docker stop cache
Expand Down

0 comments on commit 071fde5

Please sign in to comment.