summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorZ.J. van de Weg <git@zjvandeweg.nl>2017-05-22 19:18:09 +0200
committerZ.J. van de Weg <git@zjvandeweg.nl>2017-05-22 21:31:47 +0200
commit59ff3af593b2d19deecbbc1d6892384287c4d57b (patch)
tree945a7df170c29441a2d057f2d7b1c3424523041c
parente15aee2b51e4f03972fba490e2974a761acccf6c (diff)
downloadgitlab-ce-zj-ps-update-gitlab-yml.tar.gz
Update gitlab.yml with default settingzj-ps-update-gitlab-yml
-rw-r--r--config/gitlab.yml.example2
1 files changed, 1 insertions, 1 deletions
diff --git a/config/gitlab.yml.example b/config/gitlab.yml.example
index 14d99c243fc..a727f7e2fa3 100644
--- a/config/gitlab.yml.example
+++ b/config/gitlab.yml.example
@@ -182,7 +182,7 @@ production: &base
cron: "0 * * * *"
# Execute scheduled triggers
pipeline_schedule_worker:
- cron: "0 */12 * * *"
+ cron: "19 * * * *"
# Remove expired build artifacts
expire_build_artifacts_worker:
cron: "50 * * * *"