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-05-14 00:10:08 +0300
committerGitLab Bot <gitlab-bot@gitlab.com>2021-05-14 00:10:08 +0300
commit52b32eecb72bceac7e1b7f57a641d25b9a7f58bc (patch)
tree65cc0d5503947ed5fdeef66c29661d41ed6a91bb /doc/ci/environments
parent561d1f41b5803b90ef4baf0d129e28dde3fc2f25 (diff)
Add latest changes from gitlab-org/gitlab@master
Diffstat (limited to 'doc/ci/environments')
-rw-r--r--doc/ci/environments/index.md4
1 files changed, 2 insertions, 2 deletions
diff --git a/doc/ci/environments/index.md b/doc/ci/environments/index.md
index a9ab03c3213..06618a820db 100644
--- a/doc/ci/environments/index.md
+++ b/doc/ci/environments/index.md
@@ -400,8 +400,8 @@ stop_review:
when: manual
```
-Both jobs must have the same [`rules`](../yaml/README.md#onlyexcept-basic)
-or [`only/except`](../yaml/README.md#onlyexcept-basic) configuration. Otherwise,
+Both jobs must have the same [`rules`](../yaml/README.md#only--except)
+or [`only/except`](../yaml/README.md#only--except) configuration. Otherwise,
the `stop_review` job might not be included in all pipelines that include the
`deploy_review` job, and you cannot trigger `action: stop` to stop the environment automatically.