From 75006919f7f4cd6ddcb550c5d7387f8e44254046 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?R=C3=A9my=20Coutable?= Date: Fri, 26 Apr 2019 01:03:27 +0200 Subject: Improve Review Apps scheduled cleanup MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit By moving it to the `build` stage and adding `action: stop` to it. Signed-off-by: Rémy Coutable --- .gitlab/ci/review.gitlab-ci.yml | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/.gitlab/ci/review.gitlab-ci.yml b/.gitlab/ci/review.gitlab-ci.yml index cc5d6060716..f5b131cf6b2 100644 --- a/.gitlab/ci/review.gitlab-ci.yml +++ b/.gitlab/ci/review.gitlab-ci.yml @@ -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 -- cgit v1.2.1