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:
authorMarcel Amirault <mamirault@gitlab.com>2022-07-27 03:47:43 +0300
committerMarcel Amirault <mamirault@gitlab.com>2022-07-27 03:47:43 +0300
commitb915b6d45f692c91856a1d5e66bfc37b5f2fd007 (patch)
tree4a704f3c322eb75b60c86d22793bb7736795982c
parenteee87da334561ee694eaeb8e0720ee45c99d84f8 (diff)
Update cache path for gems
-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 78e3ae4e..334008f2 100644
--- a/.gitlab/ci/rules.gitlab-ci.yml
+++ b/.gitlab/ci/rules.gitlab-ci.yml
@@ -27,7 +27,7 @@ default:
files:
- Gemfile.lock
paths:
- - vendor/ruby
+ - vendor/bundle
.cache_gem_yarn:
cache:
@@ -36,7 +36,7 @@ default:
- Gemfile.lock
- yarn.lock
paths:
- - vendor/ruby
+ - vendor/bundle
- .yarn-cache/
.cache_yarn: