From 628f03cb8b203a3ba6622e729cb2ae5da6b71dbb Mon Sep 17 00:00:00 2001 From: Lin Jen-Shin Date: Wed, 22 May 2019 12:15:34 +0800 Subject: [PATCH] Move package-and-qa to review stage from qa stage This way even if review-deploy failed we can still run it. --- .gitlab/ci/qa.gitlab-ci.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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: []