From 82b72a7379d843dd3ab875af772675b0287a822c Mon Sep 17 00:00:00 2001 From: Thomas Haller Date: Wed, 22 Sep 2021 10:05:56 +0200 Subject: gitlab-ci: drop fedora 28/29 from gitlab-ci These containers are ancient. Also, when we update ci-templates they will no longer build (because then a different container hub will be used, which doesn't contain those images). Drop them. --- .gitlab-ci/config.yml | 2 -- 1 file changed, 2 deletions(-) (limited to '.gitlab-ci') diff --git a/.gitlab-ci/config.yml b/.gitlab-ci/config.yml index a036c5cd7f..ef383fcd45 100644 --- a/.gitlab-ci/config.yml +++ b/.gitlab-ci/config.yml @@ -18,8 +18,6 @@ distributions: tag: *default_tag base_type: fedora versions: - - '28' - - '29' - '30' - '31' - '32' -- cgit v1.2.1