From f87ef8015bd472d42c7e1f59a4589fb84c71a039 Mon Sep 17 00:00:00 2001
From: Update Bot <update-bot@private.storage>
Date: Fri, 22 Jul 2022 13:21:01 -0400
Subject: [PATCH] drop `needs` since it breaks everything

---
 .gitlab-ci.yml | 12 ------------
 1 file changed, 12 deletions(-)

diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml
index 3886ea99..210486ac 100644
--- a/.gitlab-ci.yml
+++ b/.gitlab-ci.yml
@@ -120,12 +120,6 @@ system-tests:
 update-staging:
   <<: *UPDATE_GRID
 
-  # https://docs.gitlab.com/ee/ci/yaml/index.html#needs
-  needs:
-    # Only deploy if the code looks good.
-    - "system-tests"
-    - "morph-build-staging"
-
   # https://docs.gitlab.com/ee/ci/yaml/#rules
   rules:
     # https://docs.gitlab.com/ee/ci/yaml/index.html#rulesif
@@ -149,12 +143,6 @@ update-staging:
 deploy-to-production:
   <<: *UPDATE_GRID
 
-  # https://docs.gitlab.com/ee/ci/yaml/index.html#needs
-  needs:
-    # Only deploy if the code looks good.
-    - "system-tests"
-    - "morph-build-production"
-
   # https://docs.gitlab.com/ee/ci/yaml/#rules
   rules:
     # https://docs.gitlab.com/ee/ci/yaml/index.html#rulesif
-- 
GitLab