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

Improve Review Apps scheduled cleanup

By moving it to the `build` stage and adding `action: stop` to it.
Signed-off-by: default avatarRémy Coutable <remy@rymai.me>
parent f04f6909
......@@ -200,12 +200,11 @@ schedule:review-performance:
schedule:review-cleanup:
<<: *review-base
<<: *review-schedules-only
stage: review
stage: build
allow_failure: true
variables:
GIT_DEPTH: "1"
environment:
name: review/auto-cleanup
action: stop
before_script:
- source scripts/utils.sh
- install_gitlab_gem
......
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