From bc66b297a3a5c8469734be6b420d5f705e7b20bc Mon Sep 17 00:00:00 2001
From: "Alexander A. Klimov" <alexander.klimov@icinga.com>
Date: Mon, 30 Nov 2020 14:02:45 +0100
Subject: [PATCH] Drop Ubuntu eoan

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

diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml
index 171ed9e..4157a36 100644
--- a/.gitlab-ci.yml
+++ b/.gitlab-ci.yml
@@ -180,48 +180,6 @@ upload/ubuntu/groovy:
     - ubuntu/groovy:x86_64
     - ubuntu/groovy
 
-# eoan
-ubuntu/eoan:
-  <<: *source
-  variables:
-    DOCKER_IMAGE: ubuntu/eoan
-
-ubuntu/eoan:x86_64:
-  <<: *binary
-  variables:
-    DOCKER_IMAGE: ubuntu/eoan
-  dependencies:
-    - ubuntu/eoan
-
-test/ubuntu/eoan:x86_64:
-  <<: *test
-  variables:
-    DOCKER_IMAGE: ubuntu/eoan
-  dependencies:
-    - ubuntu/eoan
-
-ubuntu/eoan:x86:
-  <<: *binary
-  variables:
-    DOCKER_IMAGE: ubuntu/eoan:x86
-  dependencies:
-    - ubuntu/eoan
-
-test/ubuntu/eoan:x86:
-  <<: *test
-  variables:
-    DOCKER_IMAGE: ubuntu/eoan:x86
-  dependencies:
-    - ubuntu/eoan:x86
-    - ubuntu/eoan:x86_64
-
-upload/ubuntu/eoan:
-  <<: *upload
-  dependencies:
-    - ubuntu/eoan:x86
-    - ubuntu/eoan:x86_64
-    - ubuntu/eoan
-
 ubuntu/focal:
   <<: *source
   variables:
-- 
GitLab