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:
authorJacob Vosmaer <jacob@gitlab.com>2018-05-08 18:12:06 +0300
committerJacob Vosmaer <jacob@gitlab.com>2018-05-08 18:12:06 +0300
commitd97e8e3e6dc09a781e1cdc008799c4bd9950d99f (patch)
treed12dd595bd34b841d8b848b25868587b465dcad3
parentb5408087ddbedba7eb807d8f0db2082ed88a0d6f (diff)
Makes no sense but might work
-rw-r--r--scripts/gitaly-test-env.rb2
1 files changed, 1 insertions, 1 deletions
diff --git a/scripts/gitaly-test-env.rb b/scripts/gitaly-test-env.rb
index 54988f26262..579f7d54fc4 100644
--- a/scripts/gitaly-test-env.rb
+++ b/scripts/gitaly-test-env.rb
@@ -20,7 +20,7 @@ module GitalyTest
if ENV['CI']
# Use the top-level bundle vendor folder so that we don't install gems twice
- env_hash['BUNDLE_PATH'] = File.expand_path('../vendor', __dir__)
+ env_hash['BUNDLE_PATH'] = File.expand_path('../vendor/ruby', __dir__)
end
env_hash