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:
-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: