Welcome to mirror list, hosted at ThFree Co, Russian Federation.

gitlab.com/gitlab-org/gitlab-foss.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRobert Speicher <robert@gitlab.com>2018-09-20 18:29:37 +0300
committerBob Van Landuyt <bob@vanlanduyt.co>2018-10-02 18:24:46 +0300
commitb7c4ad5a9b9999f8f85cf2ce6546ae3a0be7309a (patch)
tree2c9c72ae5601e81c832ae299ae72b0489be7a8d8 /.gitlab-ci.yml
parent32cb452ee039e11b42933646f982b5e36363d360 (diff)
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
Diffstat (limited to '.gitlab-ci.yml')
-rw-r--r--.gitlab-ci.yml2
1 files changed, 1 insertions, 1 deletions
diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml
index c0b622f5abd..28cf43f442d 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"