diff options
author | Marin Jankovski <marin@gitlab.com> | 2018-11-14 12:27:51 +0000 |
---|---|---|
committer | Marin Jankovski <marin@gitlab.com> | 2018-11-14 12:27:51 +0000 |
commit | 28e3a90be82ac4365195a2cd96095fbd5e1b5c2c (patch) | |
tree | 308e24e168e38970c57170799cd85b038150a050 /.gitlab-ci.yml | |
parent | d12d1761c6d91c7f6235d95c54396a7337496133 (diff) | |
parent | 58282ff1b9526a9de737cd9de5d273e7d479ef12 (diff) | |
download | gitlab-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
Diffstat (limited to '.gitlab-ci.yml')
-rw-r--r-- | .gitlab-ci.yml | 2 |
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" |