diff --git a/doc/ci/yaml/README.md b/doc/ci/yaml/README.md index 1e096444903b9201693145142daebd805f98ffd0..b73cc41f95d95b81596253e6135d93597280165f 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: ```