summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMarin Jankovski <marin@gitlab.com>2018-11-14 12:27:51 +0000
committerMarin Jankovski <marin@gitlab.com>2018-11-14 12:27:51 +0000
commit28e3a90be82ac4365195a2cd96095fbd5e1b5c2c (patch)
tree308e24e168e38970c57170799cd85b038150a050
parentd12d1761c6d91c7f6235d95c54396a7337496133 (diff)
parent58282ff1b9526a9de737cd9de5d273e7d479ef12 (diff)
downloadgitlab-ce-28e3a90be82ac4365195a2cd96095fbd5e1b5c2c.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.yml2
1 files changed, 1 insertions, 1 deletions
diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml
index eb112de1451..b929a30bf25 100644
--- a/.gitlab-ci.yml
+++ b/.gitlab-ci.yml
@@ -321,7 +321,7 @@ cloud-native-image:
image: ruby:2.5-alpine
before_script: []
dependencies: []
- stage: test
+ stage: post-test
allow_failure: true
variables:
GIT_DEPTH: "1"