diff options
author | DJ Mountney <david@twkie.net> | 2018-09-19 14:26:07 -0700 |
---|---|---|
committer | DJ Mountney <david@twkie.net> | 2018-09-19 14:50:43 -0700 |
commit | 19d84a602a610cae81edeabfcf0919ad771a6d44 (patch) | |
tree | b875fdcd21cf9602e5d9ab2d93b41cec37710a25 /.gitlab-ci.yml | |
parent | 3f51ec2124037177b446d620c41441673f17f161 (diff) | |
download | gitlab-ce-19d84a602a610cae81edeabfcf0919ad771a6d44.tar.gz |
Move the cloud-native-image trigger job into the test stage
This is because the CNG pipeline now relies on the assets
compiled here in the gitlab:assets:compile job (It waits
up to 30 minutes for them)
Without this change, the cloud native job was holding up
the pipeline, preventing the assets compile job from being
run.
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 cc27ac3677b..488d2f261e7 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -327,7 +327,7 @@ review-docs-cleanup: cloud-native-image: image: ruby:2.4-alpine before_script: [] - stage: build + stage: test allow_failure: true variables: GIT_DEPTH: "1" |