Skip to content

Commit

Permalink
Prune unused docker resources for disk space
Browse files Browse the repository at this point in the history
  • Loading branch information
sd109 committed Nov 14, 2024
1 parent 8c7404d commit 21e9744
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions web-apps/kind-images.sh
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,7 @@ fi

# Work around storage limits in GH runners
if [[ $CI == "true" ]]; then
docker system prune -af
DIR=/mnt/gimme-more-space
sudo mkdir -p $DIR
sudo chown -R $USER:$USER $DIR
Expand Down

0 comments on commit 21e9744

Please sign in to comment.