summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAchilleas Pipinellis <axilleas@axilleas.me>2016-10-27 14:19:43 +0200
committerAchilleas Pipinellis <axilleas@axilleas.me>2016-11-17 12:26:30 +0100
commit17cf2adf0438f306f0d47e0178f0718a46471fb2 (patch)
treed61481459c09fdac98e553a77a12edb1e30cfaec
parent0881c3a82a6c4d198856b6a1e976b932b2b0f837 (diff)
downloadgitlab-ce-17cf2adf0438f306f0d47e0178f0718a46471fb2.tar.gz
Add note about current limitation in $CI_BUILD_REF_NAME
[ci skip]
-rw-r--r--doc/ci/yaml/README.md7
1 files changed, 7 insertions, 0 deletions
diff --git a/doc/ci/yaml/README.md b/doc/ci/yaml/README.md
index 1e096444903..b73cc41f95d 100644
--- a/doc/ci/yaml/README.md
+++ b/doc/ci/yaml/README.md
@@ -687,6 +687,13 @@ The `stop_review_app` job is **required** to have the following keywords defined
These parameters can use any of the defined [CI variables](#variables)
(including predefined, secure variables and `.gitlab-ci.yml` variables).
+>**Note:**
+Be aware than 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](https://gitlab.com/gitlab-org/gitlab-ce/issues/22849) for more
+information.
+
For example:
```