summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorVlad Stoianovici <vstoianovici@gitlab.com>2019-07-29 09:03:25 +0000
committerVlad Stoianovici <vstoianovici@gitlab.com>2019-07-29 15:14:41 +0300
commitb00c1dcf9d516b16244d9d593079b49974c6a548 (patch)
tree25b9705433bd0650d8c90ec6034d7a4888beaed4
parentaa0d8b4cbac34c3aac20fbb45c676e0c8d22f1f9 (diff)
downloadgitlab-ce-ticket_126158_vlad.tar.gz
ZD ticket 126158ticket_126158_vlad
-rw-r--r--doc/ci/variables/README.md7
1 files changed, 5 insertions, 2 deletions
diff --git a/doc/ci/variables/README.md b/doc/ci/variables/README.md
index 4d6ca8cff6d..c48817a5e30 100644
--- a/doc/ci/variables/README.md
+++ b/doc/ci/variables/README.md
@@ -370,8 +370,11 @@ variables take precedence over those defined in `.gitlab-ci.yml`.
## Unsupported variables
There are cases where some variables cannot be used in the context of a
-`.gitlab-ci.yml` definition (for example under `script`). Read more
-about which variables are [not supported](where_variables_can_be_used.md).
+`.gitlab-ci.yml` definition (for example under `script`). Read more about which variables are [not supported](where_variables_can_be_used.md).
+
+## Where variables can be used
+
+Click [here](where_variables_can_be_used.md) for a section that describes where and how the different types of variables can be used.
## Advanced use