diff options
author | Lin Jen-Shin <godfat@godfat.org> | 2017-03-07 17:08:12 +0800 |
---|---|---|
committer | Lin Jen-Shin <godfat@godfat.org> | 2017-03-07 17:08:12 +0800 |
commit | 231983205ea72e0caa6f0d26ad2941eaba78ff7d (patch) | |
tree | af8bcc6ff3a1bee1b1bf4667b14a64e8565d8519 /doc/ci/yaml | |
parent | fb167787f2c470649195a5d623f489ec2c3a9117 (diff) | |
download | gitlab-ce-231983205ea72e0caa6f0d26ad2941eaba78ff7d.tar.gz |
Make cache:key bold, feedback:
https://gitlab.com/gitlab-org/gitlab-ce/merge_requests/9666#note_24877665
Diffstat (limited to 'doc/ci/yaml')
-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 ffda9a2b55b..b25ccd4376e 100644 --- a/doc/ci/yaml/README.md +++ b/doc/ci/yaml/README.md @@ -220,7 +220,7 @@ rspec: ``` Note that since cache is shared between jobs, if you're using different -paths for different jobs, you should also set a different *cache:key* +paths for different jobs, you should also set a different **cache:key** otherwise cache content can be overwritten. The cache is provided on a best-effort basis, so don't expect that the cache |