summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorIan Baum <ibaum@gitlab.com>2018-10-08 08:38:41 -0500
committerIan Baum <ibaum@gitlab.com>2018-10-23 10:05:57 -0500
commit69b2e5a94754cde7898bedb988f72d356bb69090 (patch)
tree32b62eb5ee69868e0e3aa0bf355cd53eddd731b7
parent58690a63fa49eac24bfd5efd276ee813daca4248 (diff)
downloadgitlab-ce-69b2e5a94754cde7898bedb988f72d356bb69090.tar.gz
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
-rw-r--r--.gitlab-ci.yml2
1 files changed, 1 insertions, 1 deletions
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: []