Skip to content

Instantly share code, notes, and snippets.

Show Gist options
  • Save Tirael/69df6392c65e14ca840b0223d3f02f5b to your computer and use it in GitHub Desktop.
Save Tirael/69df6392c65e14ca840b0223d3f02f5b to your computer and use it in GitHub Desktop.
# https://gitlab.com/gitlab-org/gitlab-runner/-/issues/27332
sudo crontab -l > cron_bkp
sudo echo '*/5 * * * * sudo /usr/share/gitlab-runner/clear-docker-cache prune-volumes >/dev/null 2>&1' >> cron_bkp
sudo crontab cron_bkp
sudo rm cron_bkp
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment