diff options
author | Robert Speicher <robert@gitlab.com> | 2015-12-30 21:56:07 +0000 |
---|---|---|
committer | Robert Speicher <robert@gitlab.com> | 2015-12-30 21:56:07 +0000 |
commit | a0b3654e2e46b684f179a8f2d2ab1bae6af51a97 (patch) | |
tree | dbf4a536d680d57ba5a2d0c864563f0a91bde468 /config | |
parent | 4ed369558e5642ec69c160be5658bb3c6a495bbd (diff) | |
parent | a6fd7b74ee21c830ac65a1e77696dcc8284dce7c (diff) | |
download | gitlab-ce-a0b3654e2e46b684f179a8f2d2ab1bae6af51a97.tar.gz |
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.rb | 8 |
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 |