summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMarin Jankovski <marin@gitlab.com>2018-11-14 12:27:51 +0000
committerSteve Azzopardi <steveazz@outlook.com>2018-11-30 09:26:12 +0100
commitea527183986f48823f58b73c53b715c1ce1043c2 (patch)
tree2969d88eeedfae9978b207cebd133cdfb25c4ce5
parent7b90034acd5aca95c0195eba58cf5cb47d0e53f3 (diff)
downloadgitlab-ce-ea527183986f48823f58b73c53b715c1ce1043c2.tar.gz
Merge branch 'move-assets-compile-sooner' into 'master'
Move cloud-native-image to the post-test stage Closes charts/gitlab#897 See merge request gitlab-org/gitlab-ce!22942
-rw-r--r--.gitlab-ci.yml3
1 files changed, 2 insertions, 1 deletions
diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml
index 0e7a67f9cc1..558ca8b6e8f 100644
--- a/.gitlab-ci.yml
+++ b/.gitlab-ci.yml
@@ -318,7 +318,8 @@ review-docs-cleanup:
cloud-native-image:
image: ruby:2.4-alpine
before_script: []
- stage: test
+ dependencies: []
+ stage: post-test
allow_failure: true
variables:
GIT_DEPTH: "1"