From 6c4ba21da8058b9b1b6d1fe52e77d6fe84d1b1f9 Mon Sep 17 00:00:00 2001 From: Achilleas Pipinellis Date: Fri, 18 Nov 2016 08:29:24 +0100 Subject: Add an example of invalid characters to branches for review apps [ci skip] --- doc/ci/environments.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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. -- cgit v1.2.1