diff options
author | Achilleas Pipinellis <axilleas@axilleas.me> | 2016-11-18 08:31:49 +0100 |
---|---|---|
committer | Achilleas Pipinellis <axilleas@axilleas.me> | 2016-11-18 08:31:49 +0100 |
commit | 21d1468c7a363230f41586eab4488cb64732e831 (patch) | |
tree | bc562081c41ef808bbd4527bd5537efad6de04c3 /doc/ci/environments.md | |
parent | 6c4ba21da8058b9b1b6d1fe52e77d6fe84d1b1f9 (diff) | |
download | gitlab-ce-21d1468c7a363230f41586eab4488cb64732e831.tar.gz |
Change order of limitations list in environments.md
[ci skip]
Diffstat (limited to 'doc/ci/environments.md')
-rw-r--r-- | doc/ci/environments.md | 14 |
1 files changed, 7 insertions, 7 deletions
diff --git a/doc/ci/environments.md b/doc/ci/environments.md index c5a8e0e21bb..5e6edc3a8a3 100644 --- a/doc/ci/environments.md +++ b/doc/ci/environments.md @@ -489,13 +489,13 @@ fetch = +refs/environments/*:refs/remotes/origin/environments/* ## Limitations -- You are limited to use only the [CI predefined variables][variables] in the - `environment: name`. If you try to re-use variables defined inside `script` - as part of the environment name, it will not work. -- If the branch name contains special characters (`/`), and you use the - `$CI_BUILD_REF_NAME` variable to dynamically create environments, there might - be complications during deployment. Follow the [issue 22849][ce-22849] for - more information. +1. If the branch name contains special characters (`/`), and you use the + `$CI_BUILD_REF_NAME` variable to dynamically create environments, there might + be complications during deployment. Follow the [issue 22849][ce-22849] for + more information. +1. You are limited to use only the [CI predefined variables][variables] in the + `environment: name`. If you try to re-use variables defined inside `script` + as part of the environment name, it will not work. ## Further reading |