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:
authorGitLab Bot <gitlab-bot@gitlab.com>2020-11-09 00:08:49 +0300
committerGitLab Bot <gitlab-bot@gitlab.com>2020-11-09 00:08:49 +0300
commitdb53c7d425247ecb27a0f7de588ad1dc8a510d79 (patch)
tree54f8ac320e3254678e5c8b0b0f688599b670a41f /spec/tasks
parentef08e166075c1e3ceea3b2c51d3c3ff151670ee9 (diff)
Add latest changes from gitlab-org/gitlab@master
Diffstat (limited to 'spec/tasks')
-rw-r--r--spec/tasks/gitlab/gitaly_rake_spec.rb2
1 files changed, 1 insertions, 1 deletions
diff --git a/spec/tasks/gitlab/gitaly_rake_spec.rb b/spec/tasks/gitlab/gitaly_rake_spec.rb
index c59370a7a32..efc983d526f 100644
--- a/spec/tasks/gitlab/gitaly_rake_spec.rb
+++ b/spec/tasks/gitlab/gitaly_rake_spec.rb
@@ -89,7 +89,7 @@ RSpec.describe 'gitlab:gitaly namespace rake task' do
let(:command) do
%W[make
BUNDLE_FLAGS=--no-deployment
- BUNDLE_PATH=#{Bundler.bundle_path}]
+ GEM_HOME=#{Bundler.bundle_path}]
end
before do