summaryrefslogtreecommitdiff
path: root/doc/ci/yaml
diff options
context:
space:
mode:
authorAchilleas Pipinellis <axilleas@axilleas.me>2017-02-16 10:04:55 +0100
committerAchilleas Pipinellis <axilleas@axilleas.me>2017-02-16 10:04:55 +0100
commitf4bb5dd0ad8fb5d6f766b8462aa6f58bb36d75b0 (patch)
tree799efde1fc8ee70afcaa02ef9089e704b83ed4c9 /doc/ci/yaml
parent58cc360a45cb03049745668a0134cea1b14b2d9e (diff)
downloadgitlab-ce-f4bb5dd0ad8fb5d6f766b8462aa6f58bb36d75b0.tar.gz
Clarify that stage is needed to stop environments
[ci skip]
Diffstat (limited to 'doc/ci/yaml')
-rw-r--r--doc/ci/yaml/README.md2
1 files changed, 2 insertions, 0 deletions
diff --git a/doc/ci/yaml/README.md b/doc/ci/yaml/README.md
index 63be61d1bca..a73598df812 100644
--- a/doc/ci/yaml/README.md
+++ b/doc/ci/yaml/README.md
@@ -690,6 +690,8 @@ The `stop_review_app` job is **required** to have the following keywords defined
- `when` - [reference](#when)
- `environment:name`
- `environment:action`
+- `stage` should be the same as the `review_app` in order for the environment
+ to stop automatically when the branch is deleted
#### dynamic environments