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:
authorRémy Coutable <remy@rymai.me>2019-05-22 18:34:58 +0300
committerRémy Coutable <remy@rymai.me>2019-05-22 18:34:58 +0300
commit90bb8a21b8333e88912eef3ac08836d7939b9a5b (patch)
tree05c99df92830348f7385013d3463853114fa4be8
parentbfa847d69a4ede85c51a07c24a730096e135dd43 (diff)
parent628f03cb8b203a3ba6622e729cb2ae5da6b71dbb (diff)
Merge branch 'move-qa-and-package-to-review' into 'master'
Move package-and-qa to review stage from qa stage See merge request gitlab-org/gitlab-ce!28581
-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: []