From 69b2e5a94754cde7898bedb988f72d356bb69090 Mon Sep 17 00:00:00 2001 From: Ian Baum Date: Mon, 8 Oct 2018 08:38:41 -0500 Subject: [PATCH] Fix indentation, and move task to proper stage * Use 2 space indentation in review-apps.sh script * Move automated_review_cleanup back to build stage --- .gitlab-ci.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 51584778cee..523f127fc92 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -998,7 +998,7 @@ stop_review: automated_review_cleanup: <<: *dedicated-no-docs-pull-cache-job image: registry.gitlab.com/gitlab-org/gitlab-build-images:gitlab-charts-build-base - stage: post-cleanup + stage: build allow_failure: true cache: {} dependencies: [] -- GitLab