summaryrefslogtreecommitdiff
path: root/lib/tasks
diff options
context:
space:
mode:
authorDmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com>2013-01-06 20:20:09 +0200
committerDmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com>2013-01-06 20:20:09 +0200
commit05c6f9fbdb59ed2bbd87a834d5a07590cb3db5d1 (patch)
tree3cde8fbff2d48ddea8ec9038c1c21e44e7c18b4d /lib/tasks
parent874a71ecd8b8799632ff002b1ab9b146d95076e0 (diff)
downloadgitlab-ci-05c6f9fbdb59ed2bbd87a834d5a07590cb3db5d1.tar.gz
Polising after schedule
Diffstat (limited to 'lib/tasks')
-rw-r--r--lib/tasks/resque.rake2
1 files changed, 0 insertions, 2 deletions
diff --git a/lib/tasks/resque.rake b/lib/tasks/resque.rake
index 8963b08..2e26680 100644
--- a/lib/tasks/resque.rake
+++ b/lib/tasks/resque.rake
@@ -5,8 +5,6 @@ namespace :resque do
task :setup => :environment do
require 'resque'
require 'resque_scheduler'
- #require 'resque_scheduler/server'
- #require 'resque/scheduler'
# you probably already have this somewhere
#Resque.redis = 'localhost:6379'