summaryrefslogtreecommitdiff
path: root/doc/ci/environments.md
diff options
context:
space:
mode:
authorNicolas Borderes <nicolas.borderes@gmail.com>2019-09-04 05:44:18 +0000
committerEvan Read <eread@gitlab.com>2019-09-04 05:44:18 +0000
commit0ef06e146dbfd0b245dae07f1c7eef90ca2a9e79 (patch)
tree139b3cd96e7121106fb8b2465a690083c8e45a72 /doc/ci/environments.md
parent8ac3f6c8ae0c5739fcd74220460da6b2ae0d8ed1 (diff)
downloadgitlab-ce-0ef06e146dbfd0b245dae07f1c7eef90ca2a9e79.tar.gz
Removing 'Premium' label in block title
Added when it has been moved to core
Diffstat (limited to 'doc/ci/environments.md')
-rw-r--r--doc/ci/environments.md5
1 files changed, 3 insertions, 2 deletions
diff --git a/doc/ci/environments.md b/doc/ci/environments.md
index f6c47a99712..c2d444cb1d6 100644
--- a/doc/ci/environments.md
+++ b/doc/ci/environments.md
@@ -675,9 +675,10 @@ fetch line:
fetch = +refs/environments/*:refs/remotes/origin/environments/*
```
-### Scoping environments with specs **(PREMIUM)**
+### 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.
+> - [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.
You can limit the environment scope of a variable by
defining which environments it can be available for.