Welcome to mirror list, hosted at ThFree Co, Russian Federation.

gitlab.com/gitlab-org/gitlab-foss.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAchilleas Pipinellis <axilleas@axilleas.me>2016-11-18 10:33:46 +0300
committerAchilleas Pipinellis <axilleas@axilleas.me>2016-11-18 10:33:46 +0300
commit54c1cca8191e44f6df40b3076dd99c2b36c4f1e6 (patch)
treee70dd2dae968c9cff353b2bd853b927c8cc083ab /doc/ci/environments.md
parent21d1468c7a363230f41586eab4488cb64732e831 (diff)
Clarify the limitation for special chars is for Review Apps
[ci skip]
Diffstat (limited to 'doc/ci/environments.md')
-rw-r--r--doc/ci/environments.md4
1 files 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.