From 35a0a70cc9956eae0ac9d90e8b1ddf2f1e9846cf Mon Sep 17 00:00:00 2001 From: Mark Hansen Date: Sun, 7 Jun 2020 15:18:55 +1000 Subject: [PATCH] Remove Ubuntu 18.10 images from .gitlab-ci.yml Canonical has turned down the servers for the apt repos, they won't build again. --- .gitlab-ci.yml | 8 -------- 1 file changed, 8 deletions(-) diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 58b5d6142..27a57989e 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -120,14 +120,6 @@ ubuntu18-04-build: - linux image: "graphviz/graphviz:ubuntu-18.04" - # FIXME: Ubuntu 18.10 is End of Life. Docker image cannot be created. Fix or remove - #ubuntu18-10-build: - #<<: *deb_build_definition - #tags: - #- graphviz,ubuntu18-10 - #only: - #- master@graphviz/graphviz - ubuntu19-10-build: <<: *deb_build_definition tags: -- 2.40.0