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

gitlab.com/gitlab-org/gitlab-docs.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorEvan Read <eread@gitlab.com>2020-10-13 05:38:18 +0300
committerMarcel Amirault <mamirault@gitlab.com>2020-10-13 05:38:18 +0300
commit8624468dba62093772682dbdbc80a96f6706eb69 (patch)
tree1ac31030fe433cf1c0ac0411bcf254d2906c39ed /.gitlab-ci.yml
parent9005e7a186d881de6052ea11e15ec5818a2e1c87 (diff)
Use Bundler 2.1.4
Diffstat (limited to '.gitlab-ci.yml')
-rw-r--r--.gitlab-ci.yml3
1 files changed, 2 insertions, 1 deletions
diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml
index 4d611f77..79972d06 100644
--- a/.gitlab-ci.yml
+++ b/.gitlab-ci.yml
@@ -5,7 +5,8 @@ default:
# Check Ruby version and install gems
before_script:
- ruby -v
- - NOKOGIRI_USE_SYSTEM_LIBRARIES=1 bundle install --jobs 4 --path vendor
+ - bundle config set path 'vendor'
+ - NOKOGIRI_USE_SYSTEM_LIBRARIES=1 bundle install --jobs 4
.yarn:
before_script: