summaryrefslogtreecommitdiff
path: root/lib/tasks
diff options
context:
space:
mode:
authorJacob Vosmaer <contact@jacobvosmaer.nl>2014-12-10 17:16:27 +0100
committerJacob Vosmaer <contact@jacobvosmaer.nl>2014-12-10 17:16:27 +0100
commit3ea258e60d1d5da9552babdb37e99697c68ff969 (patch)
tree29ee9087a6cecafe009b5df2d78dacbba252d60a /lib/tasks
parentb69f246f28ca2af41c33a9f39542470daa96dfe2 (diff)
downloadgitlab-ci-3ea258e60d1d5da9552babdb37e99697c68ff969.tar.gz
Remove 'Done' from the schedule_builds cron job
A cron job should be quiet if all goes well. Getting an email that says 'Done' every hour is annoying for administrators.
Diffstat (limited to 'lib/tasks')
-rw-r--r--lib/tasks/schedule_builds.rake1
1 files changed, 0 insertions, 1 deletions
diff --git a/lib/tasks/schedule_builds.rake b/lib/tasks/schedule_builds.rake
index 02d6bb0..355414b 100644
--- a/lib/tasks/schedule_builds.rake
+++ b/lib/tasks/schedule_builds.rake
@@ -1,5 +1,4 @@
desc "GitLab CI | Clean running builds"
task schedule_builds: :environment do
Scheduler.new.perform
- puts "Done"
end