Clarify the limitation for special chars is for Review Apps
[ci skip]
This commit is contained in:
parent
21d1468c7a
commit
54c1cca819
1 changed files with 2 additions and 2 deletions
|
@ -491,8 +491,8 @@ fetch = +refs/environments/*:refs/remotes/origin/environments/*
|
|||
|
||||
1. 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.
|
||||
be complications during your Review Apps deployment. Follow the
|
||||
[issue 22849][ce-22849] for more information.
|
||||
1. 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.
|
||||
|
|
Loading…
Reference in a new issue