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>2022-07-27 05:03:53 +0300
committerEvan Read <eread@gitlab.com>2022-07-27 05:03:53 +0300
commitae0622a1e7bb86f51e9b8319c85338e16dfa4825 (patch)
tree6e76bd1f340cc17aa6bfb9c2ca3023e57d4b1e8b
parent9742450a00b6ed1b01cafd1eea9549749cff751a (diff)
parentb915b6d45f692c91856a1d5e66bfc37b5f2fd007 (diff)
Merge branch 'update-cache-path' into 'main'
Update cache path for gems See merge request gitlab-org/gitlab-docs!2974
-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: