no need to run gitolite for enable_automerge
This commit is contained in:
parent
867945d193
commit
adfd36f26a
1 changed files with 0 additions and 5 deletions
|
@ -3,11 +3,6 @@ namespace :gitlab do
|
||||||
task :enable_automerge => :environment do
|
task :enable_automerge => :environment do
|
||||||
warn_user_is_not_gitlab
|
warn_user_is_not_gitlab
|
||||||
|
|
||||||
puts "Updating repo permissions ..."
|
|
||||||
Gitlab::Gitolite.new.enable_automerge
|
|
||||||
puts "... #{"done".green}"
|
|
||||||
puts ""
|
|
||||||
|
|
||||||
print "Creating satellites for ..."
|
print "Creating satellites for ..."
|
||||||
unless Project.count > 0
|
unless Project.count > 0
|
||||||
puts "skipping, because you have no projects".magenta
|
puts "skipping, because you have no projects".magenta
|
||||||
|
|
Loading…
Reference in a new issue