summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAchilleas Pipinellis <axilleas@axilleas.me>2016-10-27 14:19:43 +0200
committerAchilleas Pipinellis <axilleas@axilleas.me>2016-10-27 14:19:43 +0200
commit652debdadd1202e99e51ad6a61cf9f5efb422b0a (patch)
treeae10281f6efb7f0c1205b3f77113bb6efcae5c2e
parent12afb40c3d5a07b97350da53cc7bb90ec856a2f0 (diff)
downloadgitlab-ce-652debdadd1202e99e51ad6a61cf9f5efb422b0a.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 5c0e1c44e3f..e60584ecb29 100644
--- a/doc/ci/yaml/README.md
+++ b/doc/ci/yaml/README.md
@@ -681,6 +681,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:
```