diff options
author | Vlad Stoianovici <vstoianovici@gitlab.com> | 2019-08-01 11:29:44 +0000 |
---|---|---|
committer | Tom Atkins <tatkins@gitlab.com> | 2019-08-01 11:29:44 +0000 |
commit | cb76850037de23f24bab39886397040769f35aeb (patch) | |
tree | ed6cc18bdf04986633d9cb3d7e98e3bc68578709 /doc/ci | |
parent | 0149ebccaba8ee1bae583ccc48947e317319c6e4 (diff) | |
download | gitlab-ce-cb76850037de23f24bab39886397040769f35aeb.tar.gz |
Portray better use of types of variables in .gitlab-ci.yml
Diffstat (limited to 'doc/ci')
-rw-r--r-- | doc/ci/variables/README.md | 7 |
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 |