diff options
author | Achilleas Pipinellis <axilleas@axilleas.me> | 2016-11-18 08:29:24 +0100 |
---|---|---|
committer | Achilleas Pipinellis <axilleas@axilleas.me> | 2016-11-18 08:29:24 +0100 |
commit | 6c4ba21da8058b9b1b6d1fe52e77d6fe84d1b1f9 (patch) | |
tree | 3a9975abbc8d48ae0faa94a19615baab0712a336 /doc/ci | |
parent | d085b702a87a6f38bff621d0694ff17f8118b888 (diff) | |
download | gitlab-ce-6c4ba21da8058b9b1b6d1fe52e77d6fe84d1b1f9.tar.gz |
Add an example of invalid characters to branches for review appsdocs/grammar-environments
[ci skip]
Diffstat (limited to 'doc/ci')
-rw-r--r-- | doc/ci/environments.md | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/ci/environments.md b/doc/ci/environments.md index 58616d792e4..c5a8e0e21bb 100644 --- a/doc/ci/environments.md +++ b/doc/ci/environments.md @@ -492,7 +492,7 @@ fetch = +refs/environments/*:refs/remotes/origin/environments/* - 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 +- 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. |