summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorLin Jen-Shin <godfat@godfat.org>2019-05-22 12:15:34 +0800
committerLin Jen-Shin <godfat@godfat.org>2019-05-22 17:36:36 +0800
commit628f03cb8b203a3ba6622e729cb2ae5da6b71dbb (patch)
treeae4c8aed3ca5a2a580361bddc5c2b3358fda766f
parent0c7300cdde8b14f1538f3221beedcd824f0c7c7c (diff)
downloadgitlab-ce-move-qa-and-package-to-review.tar.gz
Move package-and-qa to review stage from qa stagemove-qa-and-package-to-review
This way even if review-deploy failed we can still run it.
-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: []