From 231983205ea72e0caa6f0d26ad2941eaba78ff7d Mon Sep 17 00:00:00 2001 From: Lin Jen-Shin Date: Tue, 7 Mar 2017 17:08:12 +0800 Subject: Make cache:key bold, feedback: https://gitlab.com/gitlab-org/gitlab-ce/merge_requests/9666#note_24877665 --- doc/ci/yaml/README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 -- cgit v1.2.1