Commit 6c4ba21d authored by Achilleas Pipinellis's avatar Achilleas Pipinellis

Add an example of invalid characters to branches for review apps

[ci skip]
parent d085b702
......@@ -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.
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment