Commit 5fef9bd9 authored by Lin Jen-Shin's avatar Lin Jen-Shin

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
......@@ -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)
......
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