From 265dbcf2163e5f3c5bd5e414a296615b4a33a696 Mon Sep 17 00:00:00 2001
From: "Alexander A. Klimov" <alexander.klimov@icinga.com>
Date: Thu, 1 Jul 2021 12:09:43 +0200
Subject: [PATCH] Drop Ubuntu groovy

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

diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml
index 855bc7e..eccaa2a 100644
--- a/.gitlab-ci.yml
+++ b/.gitlab-ci.yml
@@ -180,32 +180,6 @@ upload/ubuntu/hirsute:
     - ubuntu/hirsute:x86_64
     - ubuntu/hirsute
 
-# groovy
-ubuntu/groovy:
-  <<: *source
-  variables:
-    DOCKER_IMAGE: ubuntu/groovy
-
-ubuntu/groovy:x86_64:
-  <<: *binary
-  variables:
-    DOCKER_IMAGE: ubuntu/groovy
-  dependencies:
-    - ubuntu/groovy
-
-test/ubuntu/groovy:x86_64:
-  <<: *test
-  variables:
-    DOCKER_IMAGE: ubuntu/groovy
-  dependencies:
-    - ubuntu/groovy
-
-upload/ubuntu/groovy:
-  <<: *upload
-  dependencies:
-    - ubuntu/groovy:x86_64
-    - ubuntu/groovy
-
 ubuntu/focal:
   <<: *source
   variables:
-- 
GitLab