From b9ff78a7f13f0a8097861b6b8a6b9943d444e3a2 Mon Sep 17 00:00:00 2001
From: Maarten de Waard <maarten@greenhost.nl>
Date: Wed, 8 Sep 2021 15:16:15 +0200
Subject: [PATCH] remove removed job from .gitlab-ci.yml completely

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

diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml
index c031b98d5..821b4de92 100644
--- a/.gitlab-ci.yml
+++ b/.gitlab-ci.yml
@@ -399,7 +399,6 @@ infrastructure-kustomizations-ready:
   needs:
     - job: core-kustomizations-ready
     - job: infrastructure-kustomizations-ready
-    - job: openappstack-kustomizations-ready
     - job: setup-openappstack
     - job: test-dns
   extends:
@@ -523,7 +522,6 @@ nextcloud-helm-release:
   needs:
     - job: core-kustomizations-ready
     - job: infrastructure-kustomizations-ready
-    - job: openappstack-kustomizations-ready
     - job: setup-openappstack
     - job: test-dns
     - job: enable-nextcloud
@@ -546,7 +544,6 @@ rocketchat-helm-release:
   needs:
     - job: core-kustomizations-ready
     - job: infrastructure-kustomizations-ready
-    - job: openappstack-kustomizations-ready
     - job: setup-openappstack
     - job: test-dns
     - job: enable-rocketchat
@@ -561,7 +558,6 @@ wekan-helm-release:
   needs:
     - job: core-kustomizations-ready
     - job: infrastructure-kustomizations-ready
-    - job: openappstack-kustomizations-ready
     - job: setup-openappstack
     - job: test-dns
     - job: enable-wekan
@@ -576,7 +572,6 @@ wordpress-helm-release:
   needs:
     - job: core-kustomizations-ready
     - job: infrastructure-kustomizations-ready
-    - job: openappstack-kustomizations-ready
     - job: setup-openappstack
     - job: test-dns
     - job: enable-wordpress
-- 
GitLab