Commit e542863b authored by Rémy Coutable's avatar Rémy Coutable

Fix the CI config for the 'review-stop' job

Signed-off-by: default avatarRémy Coutable <remy@rymai.me>
parent 27fc442d
......@@ -150,7 +150,10 @@ schedule:review-deploy:
needs: ["schedule:review-build-cng"]
.base-review-stop:
extends: .review-workflow-base
extends:
- .review-workflow-base
- .only-review
- .only:changes-code-qa
environment:
action: stop
variables:
......@@ -164,7 +167,7 @@ schedule:review-deploy:
- source utils.sh
- source review-apps.sh
review-cleanup-failed-deployment:
review-stop-failed-deployment:
extends: .base-review-stop
stage: prepare
script:
......@@ -172,6 +175,7 @@ review-cleanup-failed-deployment:
review-stop:
extends: .base-review-stop
stage: review
when: manual
allow_failure: true
script:
......
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