Move package-and-qa to review stage from qa stage

This way even if review-deploy failed we can still run it.
This commit is contained in:
Lin Jen-Shin 2019-05-22 12:15:34 +08:00
parent 0c7300cdde
commit 628f03cb8b
1 changed files with 1 additions and 1 deletions

View File

@ -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: []