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: ...@@ -200,12 +200,11 @@ schedule:review-performance:
schedule:review-cleanup: schedule:review-cleanup:
<<: *review-base <<: *review-base
<<: *review-schedules-only <<: *review-schedules-only
stage: review stage: build
allow_failure: true allow_failure: true
variables:
GIT_DEPTH: "1"
environment: environment:
name: review/auto-cleanup name: review/auto-cleanup
action: stop
before_script: before_script:
- source scripts/utils.sh - source scripts/utils.sh
- install_gitlab_gem - 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