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:
authorLin Jen-Shin <godfat@godfat.org>2019-05-22 07:15:34 +0300
committerLin Jen-Shin <godfat@godfat.org>2019-05-22 12:36:36 +0300
commit628f03cb8b203a3ba6622e729cb2ae5da6b71dbb (patch)
treeae4c8aed3ca5a2a580361bddc5c2b3358fda766f /.gitlab
parent0c7300cdde8b14f1538f3221beedcd824f0c7c7c (diff)
Move package-and-qa to review stage from qa stage
This way even if review-deploy failed we can still run it.
Diffstat (limited to '.gitlab')
-rw-r--r--.gitlab/ci/qa.gitlab-ci.yml2
1 files changed, 1 insertions, 1 deletions
diff --git a/.gitlab/ci/qa.gitlab-ci.yml b/.gitlab/ci/qa.gitlab-ci.yml
index 122ed622ee2..6b23af952e6 100644
--- a/.gitlab/ci/qa.gitlab-ci.yml
+++ b/.gitlab/ci/qa.gitlab-ci.yml
@@ -1,6 +1,6 @@
package-and-qa:
image: ruby:2.6-alpine
- stage: qa
+ stage: review # So even if review-deploy failed we can still run this
when: manual
before_script: []
dependencies: []