From 54c1cca8191e44f6df40b3076dd99c2b36c4f1e6 Mon Sep 17 00:00:00 2001 From: Achilleas Pipinellis Date: Fri, 18 Nov 2016 08:33:46 +0100 Subject: [PATCH] Clarify the limitation for special chars is for Review Apps [ci skip] --- doc/ci/environments.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/doc/ci/environments.md b/doc/ci/environments.md index 5e6edc3a8a3..697cdadada0 100644 --- a/doc/ci/environments.md +++ b/doc/ci/environments.md @@ -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.