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:
authorTakuya Noguchi <takninnovationresearch@gmail.com>2022-05-23 06:31:02 +0300
committerTakuya Noguchi <takninnovationresearch@gmail.com>2022-05-23 14:13:25 +0300
commit6286954ad9761fb1fc3eea924a45fd5a97ffcfa9 (patch)
tree9c348f50a5af2a492b667767d9e7a64892ea680b /.gitlab-ci.yml
parentb1b77af68f51394f96ad22b45b3ef87dfc468521 (diff)
Remove the legacy variable around Nokogiri build
bootstrap.Dockerfile and builder.onbuild.Dockerfile are left as is in this change. See MR 1741 for detail: https://gitlab.com/gitlab-org/gitlab-docs/-/merge_requests/1741 Signed-off-by: Takuya Noguchi <takninnovationresearch@gmail.com>
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 9039f754..ecb1f54e 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: