summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRobert Speicher <robert@gitlab.com>2018-09-20 15:29:37 +0000
committerRobert Speicher <robert@gitlab.com>2018-09-20 15:29:37 +0000
commit89985b9f119afe18a13ad1d0e35fa5505e3406e6 (patch)
treefd990bc56d0cc21b5b164091b32f6c5bba7aa846
parent4185d4ba9ab7d87af571c4f101e48492aa2a3176 (diff)
parent19d84a602a610cae81edeabfcf0919ad771a6d44 (diff)
downloadgitlab-ce-89985b9f119afe18a13ad1d0e35fa5505e3406e6.tar.gz
Merge branch 'move-cloud-images-job-stage' into 'master'
Move the cloud-native-image trigger job into the test stage See merge request gitlab-org/gitlab-ce!21819
-rw-r--r--.gitlab-ci.yml2
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"