Commit 21e33025 authored by Stan Hu's avatar Stan Hu

Merge branch '5485-fix-temporary-repository-memo-order-dependency' into 'master'

Resolve "Temporary repositories in Geo sync download are broken"

Closes #5485

See merge request gitlab-org/gitlab-ee!5150
parents f28ac787 3ae29a85
......@@ -178,7 +178,7 @@ module Geo
log_info("Created temporary repository")
repository.clone.tap { |repo| repo.disk_path = disk_path_temp }
::Repository.new(repository.full_path, repository.project, disk_path: disk_path_temp, is_wiki: repository.is_wiki)
end
def clean_up_temporary_repository
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment