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

gitlab.com/gitlab-org/gitaly.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJacob Vosmaer <jacob@gitlab.com>2018-10-05 14:51:42 +0300
committerJacob Vosmaer <jacob@gitlab.com>2018-10-05 14:51:42 +0300
commitd9af0931c29521a9650fb4de4aef901023264a82 (patch)
treefdd863091c9382eb08a8279c8ca48bd676ffd157
parentb01149c9ee5f4cfddb6fb4b189c341b840cb6156 (diff)
remove ci exception
-rw-r--r--ruby/spec/integration_helper.rb2
1 files changed, 1 insertions, 1 deletions
diff --git a/ruby/spec/integration_helper.rb b/ruby/spec/integration_helper.rb
index 40cb5a71a..d02b9e00d 100644
--- a/ruby/spec/integration_helper.rb
+++ b/ruby/spec/integration_helper.rb
@@ -27,7 +27,7 @@ def env
'BUNDLE_GEMFILE' => gemfile,
'RUBYOPT' => nil
}
- env_hash['BUNDLE_APP_CONFIG'] = File.join(RUBY_PATH, '.bundle/config') unless ENV['CI']
+ env_hash['BUNDLE_APP_CONFIG'] = File.join(RUBY_PATH, '.bundle/config') #unless ENV['CI']
env_hash
end