diff options
author | Lin Jen-Shin <godfat@godfat.org> | 2019-05-22 12:15:34 +0800 |
---|---|---|
committer | Lin Jen-Shin <godfat@godfat.org> | 2019-05-22 17:36:36 +0800 |
commit | 628f03cb8b203a3ba6622e729cb2ae5da6b71dbb (patch) | |
tree | ae4c8aed3ca5a2a580361bddc5c2b3358fda766f | |
parent | 0c7300cdde8b14f1538f3221beedcd824f0c7c7c (diff) | |
download | gitlab-ce-628f03cb8b203a3ba6622e729cb2ae5da6b71dbb.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.yml | 2 |
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: [] |