Commit 70fdf061 authored by Marcel Amirault's avatar Marcel Amirault

Merge branch 'patch-171' into 'master'

Remove stage matching requirement for review apps

See merge request gitlab-org/gitlab!35820
parents 8a471f73 fa2a7b7f
......@@ -2465,8 +2465,6 @@ 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
Additionally, both jobs should have matching [`rules`](../yaml/README.md#onlyexcept-basic)
or [`only/except`](../yaml/README.md#onlyexcept-basic) configuration. In the example
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment