summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorEvan Read <eread@gitlab.com>2019-09-10 10:37:03 +1000
committerEvan Read <eread@gitlab.com>2019-09-10 10:37:03 +1000
commit4b79048b1f5de57d7a53a372085fbca8f936424e (patch)
treeee0865b33153e6be1e344f987f4ddd304b976228
parent61c7a085ca73dd291a85f0c5204ebc375270e1d9 (diff)
downloadgitlab-ce-4b79048b1f5de57d7a53a372085fbca8f936424e.tar.gz
Improve version text to be more specific
-rw-r--r--doc/ci/environments.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/ci/environments.md b/doc/ci/environments.md
index c2d444cb1d6..4424e07975c 100644
--- a/doc/ci/environments.md
+++ b/doc/ci/environments.md
@@ -678,7 +678,7 @@ fetch = +refs/environments/*:refs/remotes/origin/environments/*
### Scoping environments with specs
> - [Introduced](https://gitlab.com/gitlab-org/gitlab-ee/merge_requests/2112) in [GitLab Premium](https://about.gitlab.com/pricing/) 9.4.
-> - [Moved](https://gitlab.com/gitlab-org/gitlab-ce/merge_requests/30779) to Core in Gitlab 12.2.
+> - [Made available](https://gitlab.com/gitlab-org/gitlab-ce/merge_requests/30779) for environment variables in Core in GitLab 12.2.
You can limit the environment scope of a variable by
defining which environments it can be available for.