From f32f85fdfa852c50897e817bc25c8774adb0693b Mon Sep 17 00:00:00 2001 From: Jean-Paul Calderone <exarkun@twistedmatrix.com> Date: Tue, 12 Jul 2022 09:06:14 -0400 Subject: [PATCH] Make production deployment depend on production build --- .gitlab-ci.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index a8411657..3e581a13 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -128,7 +128,7 @@ deploy-to-production: needs: # Only deploy if the code looks good. - "system-tests" - - "morph-build-staging" + - "morph-build-production" # https://docs.gitlab.com/ee/ci/yaml/#rules rules: -- GitLab