summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJeroen van Baarsen <jeroenvanbaarsen@gmail.com>2015-12-30 13:42:57 +0100
committerJeroen van Baarsen <jeroenvanbaarsen@gmail.com>2015-12-30 13:42:57 +0100
commita6fd7b74ee21c830ac65a1e77696dcc8284dce7c (patch)
treea4cb976bd19edaabccac3da1fde732d7fb5b4f6c
parent333d3d9e5d1fceea97eac58a9e822ab55046a7b4 (diff)
downloadgitlab-ce-a6fd7b74ee21c830ac65a1e77696dcc8284dce7c.tar.gz
We don't use whenever anymore. Lets remove the schedule file
**Why is this needed?** Not really needed, but having code that is not used around is confusing, so lets remove it Signed-off-by: Jeroen van Baarsen <jeroenvanbaarsen@gmail.com>
-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