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
path: root/doc/ci
diff options
context:
space:
mode:
authorMarcin Zajączkowski <mszpak@wp.pl>2017-09-18 14:59:16 +0300
committerMarcin Zajączkowski <szpak@users.sourceforge.net>2017-09-18 15:39:08 +0300
commit0f84309200ca5f9b446af782b4ad021b10f135c3 (patch)
treeca580a3f255c63386498b94a33b1c026dd8039b8 /doc/ci
parenta8c40687748cb5952e4c1bddc8b2c68a43567b50 (diff)
Note about "/" which cannot be used in "cache:key"
Diffstat (limited to 'doc/ci')
-rw-r--r--doc/ci/yaml/README.md2
1 files changed, 2 insertions, 0 deletions
diff --git a/doc/ci/yaml/README.md b/doc/ci/yaml/README.md
index 4e925346ff5..034ac6b4730 100644
--- a/doc/ci/yaml/README.md
+++ b/doc/ci/yaml/README.md
@@ -252,6 +252,8 @@ The `cache:key` variable can use any of the [predefined variables](../variables/
The default key is **default** across the project, therefore everything is
shared between each pipelines and jobs by default, starting from GitLab 9.0.
+>**Note:** The `cache:key` variable cannot contain the `/` character.
+
---
**Example configurations**