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>2023-02-15 02:27:22 +0300
committerEvan Read <eread@gitlab.com>2023-02-15 02:27:22 +0300
commit03b2a0d8ed14a0c52356684319b1efef01e6b98c (patch)
tree7e61e54e0d75fe383142239f2a639a7cf22c2394 /.gitlab
parente3acec00ade643d7b7d734b05b7a3ab69994f267 (diff)
Use the default jobs to run by bundle
Diffstat (limited to '.gitlab')
-rw-r--r--.gitlab/ci/rules.gitlab-ci.yml4
1 files changed, 2 insertions, 2 deletions
diff --git a/.gitlab/ci/rules.gitlab-ci.yml b/.gitlab/ci/rules.gitlab-ci.yml
index 4c37aab1..8b47e5ac 100644
--- a/.gitlab/ci/rules.gitlab-ci.yml
+++ b/.gitlab/ci/rules.gitlab-ci.yml
@@ -13,7 +13,7 @@ default:
- gem --version
- bundle --version
- bundle config set --local deployment true # Install dependencies into ./vendor/bundle
- - bundle install --jobs 4
+ - bundle install
cache:
key:
files:
@@ -27,7 +27,7 @@ default:
- gem --version
- bundle --version
- bundle config set --local deployment true # Install dependencies into ./vendor/bundle
- - bundle install --jobs 4
+ - bundle install
- node --version
- yarn --version
- yarn install --frozen-lockfile --cache-folder .yarn-cache