Welcome to mirror list, hosted at ThFree Co, Russian Federation.

gitlab.com/gitlab-org/gitlab-foss.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAhmad Sherif <me@ahmadsherif.com>2017-08-28 10:31:41 +0300
committerAhmad Sherif <me@ahmadsherif.com>2017-09-06 18:25:17 +0300
commit41ef94e777d9c9d10a8b64b1498f57a8e5847e23 (patch)
treebcb96395e9f44e0ff1ed2d9ea33f7eb46b3f4e44 /spec/support
parent685066cd0e4bb9c2279c1ed43ae445d07c963743 (diff)
Migrate creating/deleting a branch to Gitaly
Diffstat (limited to 'spec/support')
-rw-r--r--spec/support/seed_helper.rb2
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')