diff options
author | GitLab Bot <gitlab-bot@gitlab.com> | 2020-02-14 03:09:01 +0000 |
---|---|---|
committer | GitLab Bot <gitlab-bot@gitlab.com> | 2020-02-14 03:09:01 +0000 |
commit | c60a1173018e93e6bf433f87cb726adc979d1c8a (patch) | |
tree | 5231ab640b6b4914e4aee123dd2030a005216303 /doc/ci/yaml/README.md | |
parent | e144369009f3404072f7e0f969f7cded93195a01 (diff) | |
download | gitlab-ce-c60a1173018e93e6bf433f87cb726adc979d1c8a.tar.gz |
Add latest changes from gitlab-org/gitlab@master
Diffstat (limited to 'doc/ci/yaml/README.md')
-rw-r--r-- | doc/ci/yaml/README.md | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/ci/yaml/README.md b/doc/ci/yaml/README.md index ba64194472f..aa2890ed9db 100644 --- a/doc/ci/yaml/README.md +++ b/doc/ci/yaml/README.md @@ -1641,7 +1641,7 @@ cache: - node_modules ``` -In this example we are creating a cache for Ruby and Nodejs dependencies that +In this example we are creating a cache for Ruby and Node.js dependencies that is tied to current versions of the `Gemfile.lock` and `package.json` files. Whenever one of these files changes, a new cache key is computed and a new cache is created. Any future job runs using the same `Gemfile.lock` and `package.json` with `cache:key:files` will |