fix move repository
This commit is contained in:
parent
adfd36f26a
commit
478570dc32
1 changed files with 0 additions and 2 deletions
|
@ -262,8 +262,6 @@ class Project < ActiveRecord::Base
|
|||
|
||||
Gitlab::ProjectMover.new(self, old_dir, new_dir).execute
|
||||
|
||||
gitolite.move_repository(old_repo, self)
|
||||
|
||||
save!
|
||||
end
|
||||
rescue Gitlab::ProjectMover::ProjectMoveError => ex
|
||||
|
|
Loading…
Reference in a new issue