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
This commit is contained in:
Marin Jankovski 2018-11-14 12:27:51 +00:00
commit 28e3a90be8
1 changed files with 1 additions and 1 deletions

View File

@ -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"