Welcome to mirror list, hosted at ThFree Co, Russian Federation.

gitlab.com/gitlab-org/gitlab-foss.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
path: root/config
diff options
context:
space:
mode:
authorRobert Speicher <robert@gitlab.com>2015-12-31 00:56:07 +0300
committerRobert Speicher <robert@gitlab.com>2015-12-31 00:56:07 +0300
commita0b3654e2e46b684f179a8f2d2ab1bae6af51a97 (patch)
treedbf4a536d680d57ba5a2d0c864563f0a91bde468 /config
parent4ed369558e5642ec69c160be5658bb3c6a495bbd (diff)
parenta6fd7b74ee21c830ac65a1e77696dcc8284dce7c (diff)
Merge branch 'remove-whenever-schedule' into 'master'
Remove unused config/schedule.rb file [ci skip] See merge request !2249
Diffstat (limited to 'config')
-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