Skip to content
Snippets Groups Projects
Commit 01d2dc77 authored by jurgenhaas's avatar jurgenhaas
Browse files

Write crontab log to /dev/null

parent 0bbdd3d0
No related branches found
No related tags found
No related merge requests found
......@@ -2,4 +2,4 @@ SHELL=/bin/sh
PATH=/usr/local/sbin:/usr/local/bin:/sbin:/bin:/usr/sbin:/usr/bin
# Run every Sunday at 04:05am
5 4 * * 0 root gitlab-ctl registry-garbage-collect -m
5 4 * * 0 root gitlab-ctl registry-garbage-collect -m >/dev/null 2>&1
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment