Created
August 29, 2022 14:36
-
-
Save Tirael/69df6392c65e14ca840b0223d3f02f5b to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
# 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