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:
authorGitLab Bot <gitlab-bot@gitlab.com>2021-04-09 00:09:13 +0300
committerGitLab Bot <gitlab-bot@gitlab.com>2021-04-09 00:09:13 +0300
commit7aa988fed27430947f9ad5aa1e07d03b8e3eb2a4 (patch)
tree7db1b2498246f08668e85f895100f3098cbf761f /doc/ci/environments
parent383ec6808b2e5385ccdc0ff7fef8f537635f9bff (diff)
Add latest changes from gitlab-org/gitlab@master
Diffstat (limited to 'doc/ci/environments')
-rw-r--r--doc/ci/environments/index.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/ci/environments/index.md b/doc/ci/environments/index.md
index 76d44715e8a..cb45486368b 100644
--- a/doc/ci/environments/index.md
+++ b/doc/ci/environments/index.md
@@ -690,7 +690,7 @@ with `review/` would have that variable available.
Some GitLab features can behave differently for each environment.
For example, you can
-[create a secret variable to be injected only into a production environment](../variables/README.md#limit-the-environment-scopes-of-cicd-variables).
+[create a project CI/CD variable to be injected only into a production environment](../variables/README.md#limit-the-environment-scope-of-a-cicd-variable).
In most cases, these features use the _environment specs_ mechanism, which offers
an efficient way to implement scoping in each environment group.