diff --git a/app/models/project.rb b/app/models/project.rb index de77bf1..d8fa6cb 100644 --- a/app/models/project.rb +++ b/app/models/project.rb @@ -427,6 +427,7 @@ class Project < ActiveRecord::Base # However we cannot allow rollback since we moved repository # So we basically we mute exceptions in next actions begin + gitlab_shell.mv_repository("#{old_path_with_namespace}.wiki", "#{new_path_with_namespace}.wiki") gitlab_shell.rm_satellites(old_path_with_namespace) send_move_instructions rescue -- libgit2 0.21.2