summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAchilleas Pipinellis <axilleas@axilleas.me>2016-11-18 08:29:24 +0100
committerAchilleas Pipinellis <axilleas@axilleas.me>2016-11-18 08:29:24 +0100
commit6c4ba21da8058b9b1b6d1fe52e77d6fe84d1b1f9 (patch)
tree3a9975abbc8d48ae0faa94a19615baab0712a336
parentd085b702a87a6f38bff621d0694ff17f8118b888 (diff)
downloadgitlab-ce-docs/grammar-environments.tar.gz
Add an example of invalid characters to branches for review appsdocs/grammar-environments
[ci skip]
-rw-r--r--doc/ci/environments.md2
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.