summaryrefslogtreecommitdiff
path: root/config/gitlab.yml.example
diff options
context:
space:
mode:
authorShinya Maeda <gitlab.shinyamaeda@gmail.com>2017-03-29 20:49:47 +0900
committerShinya Maeda <gitlab.shinyamaeda@gmail.com>2017-04-06 23:46:58 +0900
commitc426763c42d41c9c0c9a9cfe544f3185eeaa984f (patch)
treee930de34c126d3780e70dcf1bfc4a4d23cbfd6ef /config/gitlab.yml.example
parente32c1a5c92a80c350bbf3b70552be5cf29501fe7 (diff)
downloadgitlab-ce-c426763c42d41c9c0c9a9cfe544f3185eeaa984f.tar.gz
Rename ScheduledTrigger to TriggerSchedule. Because table structure changed.
Diffstat (limited to 'config/gitlab.yml.example')
-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 892064949ce..6fb67426c8b 100644
--- a/config/gitlab.yml.example
+++ b/config/gitlab.yml.example
@@ -181,7 +181,7 @@ production: &base
stuck_ci_jobs_worker:
cron: "0 * * * *"
# Execute scheduled triggers
- scheduled_trigger_worker:
+ trigger_schedule_worker:
cron: "0 * * * *"
# Remove expired build artifacts
expire_build_artifacts_worker: