From 4943da19da5ffa9425c01a538ce9d1ece707d112 Mon Sep 17 00:00:00 2001 From: "Alexander A. Klimov" <alexander.klimov@icinga.com> Date: Fri, 13 Nov 2020 18:25:39 +0100 Subject: [PATCH] Drop Ubuntu eoan --- .gitlab-ci.yml | 41 ----------------------------------------- 1 file changed, 41 deletions(-) diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 171ed9e..e98411a 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -180,47 +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 -- GitLab