Commit adfd36f26a448d54069713667c488404314c1887

Authored by Dmitriy Zaporozhets
1 parent 867945d1

no need to run gitolite for enable_automerge

Showing 1 changed file with 0 additions and 5 deletions   Show diff stats
lib/tasks/gitlab/enable_automerge.rake
@@ -3,11 +3,6 @@ namespace :gitlab do @@ -3,11 +3,6 @@ namespace :gitlab do
3 task :enable_automerge => :environment do 3 task :enable_automerge => :environment do
4 warn_user_is_not_gitlab 4 warn_user_is_not_gitlab
5 5
6 - puts "Updating repo permissions ..."  
7 - Gitlab::Gitolite.new.enable_automerge  
8 - puts "... #{"done".green}"  
9 - puts ""  
10 -  
11 print "Creating satellites for ..." 6 print "Creating satellites for ..."
12 unless Project.count > 0 7 unless Project.count > 0
13 puts "skipping, because you have no projects".magenta 8 puts "skipping, because you have no projects".magenta