summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorEvan Read <eread@gitlab.com>2019-09-11 03:16:05 +0000
committerEvan Read <eread@gitlab.com>2019-09-11 03:16:05 +0000
commit6f90bc2678495082839a5d5172404d08c9965c00 (patch)
treec14cef31bb5894f4af1f691b99ae57ac2eb1d8c1
parent4b79048b1f5de57d7a53a372085fbca8f936424e (diff)
downloadgitlab-ce-docs/clarify-version-text.tar.gz
Apply suggestion to doc/ci/environments.mddocs/clarify-version-text
-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 4424e07975c..d66874c1b2f 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.
-> - [Made available](https://gitlab.com/gitlab-org/gitlab-ce/merge_requests/30779) for environment variables in Core in GitLab 12.2.
+> - [Scoping for environment variables was moved to Core](https://gitlab.com/gitlab-org/gitlab-ce/merge_requests/30779) in GitLab 12.2.
You can limit the environment scope of a variable by
defining which environments it can be available for.