Commit 3ef2257a authored by Alejo Carballude's avatar Alejo Carballude

Fix type in cache:key documentation.

parent 12befb2b
...@@ -1571,7 +1571,7 @@ allowing you to cache data between different jobs or even different branches. ...@@ -1571,7 +1571,7 @@ allowing you to cache data between different jobs or even different branches.
The `cache:key` variable can use any of the The `cache:key` variable can use any of the
[predefined variables](../variables/README.md), and the default key, if not [predefined variables](../variables/README.md), and the default key, if not
set, is just literal `default` which means everything is shared between all set, is just literal `default` which means everything is shared between
pipelines and jobs by default, starting from GitLab 9.0. pipelines and jobs by default, starting from GitLab 9.0.
NOTE: **Note:** NOTE: **Note:**
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment