summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAchilleas Pipinellis <axilleas@axilleas.me>2016-11-17 22:05:01 +0100
committerAchilleas Pipinellis <axilleas@axilleas.me>2016-11-17 22:05:01 +0100
commiteb0aac8e7a9b815826b08821192ec7a5392f3ece (patch)
treeb81335acc10f4573cd473d40aa8a09ef9e377036
parentda57eb39cd2e5d8dd92b05d16f49681f1677f3e8 (diff)
downloadgitlab-ce-eb0aac8e7a9b815826b08821192ec7a5392f3ece.tar.gz
Fix missing URL from environments docs
[ci skip]
-rw-r--r--doc/ci/environments.md4
1 files changed, 3 insertions, 1 deletions
diff --git a/doc/ci/environments.md b/doc/ci/environments.md
index cfb41307c43..58616d792e4 100644
--- a/doc/ci/environments.md
+++ b/doc/ci/environments.md
@@ -490,7 +490,8 @@ fetch = +refs/environments/*:refs/remotes/origin/environments/*
## Limitations
- You are limited to use only the [CI predefined variables][variables] in the
- `environment: name`. Any variables defined inside `script` will not work.
+ `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
`$CI_BUILD_REF_NAME` variable to dynamically create environments, there might
be complications during deployment. Follow the [issue 22849][ce-22849] for
@@ -515,5 +516,6 @@ Below are some links you may find interesting:
[only]: yaml/README.md#only-and-except
[onstop]: yaml/README.md#environment-on_stop
[ce-7015]: https://gitlab.com/gitlab-org/gitlab-ce/merge_requests/7015
+[ce-22849]: https://gitlab.com/gitlab-org/gitlab-ce/merge_requests/22849
[gitlab runner]: https://docs.gitlab.com/runner/
[git-strategy]: yaml/README.md#git-strategy