Skip to content

Commit 28e3a90

Browse files
committed
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
2 parents d12d176 + 58282ff commit 28e3a90

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.gitlab-ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -321,7 +321,7 @@ cloud-native-image:
321321
image: ruby:2.5-alpine
322322
before_script: []
323323
dependencies: []
324-
stage: test
324+
stage: post-test
325325
allow_failure: true
326326
variables:
327327
GIT_DEPTH: "1"

0 commit comments

Comments
 (0)