diff options
author | Achilleas Pipinellis <axilleas@axilleas.me> | 2016-11-17 12:57:08 +0100 |
---|---|---|
committer | Achilleas Pipinellis <axilleas@axilleas.me> | 2016-11-17 12:57:08 +0100 |
commit | 184c1489d88ac7d9a5d6c34c6bfb5b973f120870 (patch) | |
tree | 4356c95db54089c7f8b71e375bde65584144cab4 /doc/ci/environments.md | |
parent | ffadc93a124eb6ba03b8f21e259cd6292191ea48 (diff) | |
download | gitlab-ce-184c1489d88ac7d9a5d6c34c6bfb5b973f120870.tar.gz |
Add Limitations sections to environments and review apps docs
[ci skip]
Diffstat (limited to 'doc/ci/environments.md')
-rw-r--r-- | doc/ci/environments.md | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/doc/ci/environments.md b/doc/ci/environments.md index 1d663060241..aed17325b3a 100644 --- a/doc/ci/environments.md +++ b/doc/ci/environments.md @@ -479,6 +479,15 @@ fetch line: fetch = +refs/environments/*:refs/remotes/origin/environments/* ``` +## Limitations + +- You are limited to use only the [CI predefined variables][variables] in the + `environment: name`. Any variables defined inside `script` 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. + ## Further reading Below are some links you may find interesting: |