diff options
author | Ahmad Sherif <me@ahmadsherif.com> | 2017-08-28 09:31:41 +0200 |
---|---|---|
committer | Ahmad Sherif <me@ahmadsherif.com> | 2017-09-06 17:25:17 +0200 |
commit | 41ef94e777d9c9d10a8b64b1498f57a8e5847e23 (patch) | |
tree | bcb96395e9f44e0ff1ed2d9ea33f7eb46b3f4e44 /spec/support | |
parent | 685066cd0e4bb9c2279c1ed43ae445d07c963743 (diff) | |
download | gitlab-ce-41ef94e777d9c9d10a8b64b1498f57a8e5847e23.tar.gz |
Migrate creating/deleting a branch to Gitalyfeature/migrate-branch-operations-to-gitaly
Diffstat (limited to 'spec/support')
-rw-r--r-- | spec/support/seed_helper.rb | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/spec/support/seed_helper.rb b/spec/support/seed_helper.rb index 8731847592b..11ef1fc477f 100644 --- a/spec/support/seed_helper.rb +++ b/spec/support/seed_helper.rb @@ -41,7 +41,7 @@ module SeedHelper end def create_mutable_seeds - system(git_env, *%W(#{Gitlab.config.git.bin_path} clone #{TEST_REPO_PATH} #{TEST_MUTABLE_REPO_PATH}), + system(git_env, *%W(#{Gitlab.config.git.bin_path} clone --bare #{TEST_REPO_PATH} #{TEST_MUTABLE_REPO_PATH}), chdir: SEED_STORAGE_PATH, out: '/dev/null', err: '/dev/null') |