summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDmitriy Zaporozhets <dzaporozhets@gitlab.com>2014-10-22 09:14:28 +0000
committerDmitriy Zaporozhets <dzaporozhets@gitlab.com>2014-10-22 09:14:28 +0000
commitdbd73684badaf3a5582e54cc599f92666c093e8c (patch)
tree0e312ab7571afa76009d68f807152823125cfc03
parent80a624ee1242efc2924995667d800d5aa84db708 (diff)
parent68a5b514f8f40ad0d904494b7013ba8ee8ebde25 (diff)
downloadgitlab-ci-dbd73684badaf3a5582e54cc599f92666c093e8c.tar.gz
Merge branch 'cron_comment' into 'master'
Add a comment about Whenever and omnibus packages See merge request !75
-rw-r--r--config/schedule.rb3
1 files changed, 3 insertions, 0 deletions
diff --git a/config/schedule.rb b/config/schedule.rb
index 1741299..6f570b6 100644
--- a/config/schedule.rb
+++ b/config/schedule.rb
@@ -1,5 +1,8 @@
# Use this file to easily define all of your cron jobs.
#
+# If you make changes to this file, please create also an issue on
+# https://gitlab.com/gitlab-org/omnibus-gitlab/issues . This is necessary
+# because the omnibus packages manage cron jobs using Chef instead of Whenever.
every 1.hour do
rake "schedule_builds"
end