diff options
author | Marcin Zajączkowski <mszpak@wp.pl> | 2017-09-18 11:59:16 +0000 |
---|---|---|
committer | Marcin Zajączkowski <szpak@users.sourceforge.net> | 2017-09-18 14:39:08 +0200 |
commit | 0f84309200ca5f9b446af782b4ad021b10f135c3 (patch) | |
tree | ca580a3f255c63386498b94a33b1c026dd8039b8 | |
parent | a8c40687748cb5952e4c1bddc8b2c68a43567b50 (diff) | |
download | gitlab-ce-0f84309200ca5f9b446af782b4ad021b10f135c3.tar.gz |
Note about "/" which cannot be used in "cache:key"
-rw-r--r-- | doc/ci/yaml/README.md | 2 |
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** |