summaryrefslogtreecommitdiff
path: root/config/schedule.rb
diff options
context:
space:
mode:
Diffstat (limited to 'config/schedule.rb')
-rw-r--r--config/schedule.rb8
1 files changed, 0 insertions, 8 deletions
diff --git a/config/schedule.rb b/config/schedule.rb
deleted file mode 100644
index 8122f7cc69c..00000000000
--- a/config/schedule.rb
+++ /dev/null
@@ -1,8 +0,0 @@
-# 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 "ci:schedule_builds"
-end