Skip to content

Instantly share code, notes, and snippets.

Show Gist options
  • Save yohangdev/05439d179a724486b1921fdbad949d9b to your computer and use it in GitHub Desktop.
Save yohangdev/05439d179a724486b1921fdbad949d9b 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