Skip to content
Snippets Groups Projects
Commit 5fef9bd9 authored by Lin Jen-Shin's avatar Lin Jen-Shin
Browse files

Merge branch 'id-skip-setting-repo-refs' into 'master'

Skip set_repo_refs to speed up the tests

See merge request gitlab-org/gitlab-ce!32556
parents a86aa988 b7f4a707
No related branches found
No related tags found
No related merge requests found
Loading
Loading
@@ -244,7 +244,6 @@ module TestEnv
FileUtils.mkdir_p(target_repo_path)
FileUtils.cp_r("#{File.expand_path(bare_repo)}/.", target_repo_path)
FileUtils.chmod_R 0755, target_repo_path
set_repo_refs(target_repo_path, refs)
end
 
def create_bare_repository(path)
Loading
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment