Skip to content

Instantly share code, notes, and snippets.

@markuspoerschke
Created November 29, 2017 16:41
Show Gist options
  • Star 2 You must be signed in to star a gist
  • Fork 2 You must be signed in to fork a gist
  • Save markuspoerschke/ec559a60492b4e5af29e877aa5d4500e to your computer and use it in GitHub Desktop.
Save markuspoerschke/ec559a60492b4e5af29e877aa5d4500e to your computer and use it in GitHub Desktop.
Clear GitLab Runner cache
docker ps -f status=exited | grep "\-cache-" | awk '{print $1}' | xargs docker rm
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment