cleanup ProjectMover
This commit is contained in:
parent
f1c24f40f9
commit
70fc1c5021
2 changed files with 2 additions and 2 deletions
|
@ -99,7 +99,7 @@ namespace :gitlab do
|
|||
end
|
||||
|
||||
begin
|
||||
Gitlab::ProjectMover.new(project, '', group.path).execute
|
||||
project.transfer(group.path)
|
||||
puts "moved to #{new_path}".green
|
||||
rescue
|
||||
puts "failed moving to #{new_path}".red
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue