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:
authorAchilleas Pipinellis <axil@gitlab.com>2022-05-23 16:56:14 +0300
committerAchilleas Pipinellis <axil@gitlab.com>2022-05-23 16:56:14 +0300
commit0ed094106449fcf983a35a75f99cccc135f1810c (patch)
tree1137de2be7fe553fb8777c888d3f4e1da2533232 /.gitlab-ci.yml
parente52a1072ed9db550ed8252d878756773d1379f84 (diff)
parent6286954ad9761fb1fc3eea924a45fd5a97ffcfa9 (diff)
Merge branch '963-update-nokogiri-to-1.11.2-gl15' into 'main'
Remove the legacy variable around Nokogiri build See merge request gitlab-org/gitlab-docs!2708
Diffstat (limited to '.gitlab-ci.yml')
-rw-r--r--.gitlab-ci.yml2
1 files changed, 1 insertions, 1 deletions
diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml
index e4b00435..c256e766 100644
--- a/.gitlab-ci.yml
+++ b/.gitlab-ci.yml
@@ -17,7 +17,7 @@ default:
- gem -v
- bundle -v
- bundle config set --local deployment true # Install dependencies into ./vendor/ruby
- - NOKOGIRI_USE_SYSTEM_LIBRARIES=1 bundle install --jobs 4
+ - bundle install --jobs 4
.yarn:
before_script: