Welcome to mirror list, hosted at ThFree Co, Russian Federation.

gitlab.com/gitlab-org/gitlab-foss.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorGitLab Bot <gitlab-bot@gitlab.com>2020-11-05 18:09:04 +0300
committerGitLab Bot <gitlab-bot@gitlab.com>2020-11-05 18:09:04 +0300
commit74dd67ddea70f70830f3fe1ca65b06b604ec229f (patch)
tree7347826741dfed35d59e53890907e9e17a7afa4f /doc/ci/caching/index.md
parenta662b146aca7227bc800eed4878000d2b7c9d757 (diff)
Add latest changes from gitlab-org/gitlab@master
Diffstat (limited to 'doc/ci/caching/index.md')
-rw-r--r--doc/ci/caching/index.md2
1 files changed, 2 insertions, 0 deletions
diff --git a/doc/ci/caching/index.md b/doc/ci/caching/index.md
index df41f7da2d9..dfa92d469bc 100644
--- a/doc/ci/caching/index.md
+++ b/doc/ci/caching/index.md
@@ -411,6 +411,8 @@ job B:
- cat vendor/hello.txt
cache:
key: build-cache
+ paths:
+ - vendor/
```
Here's what happens behind the scenes: