From: John Ellson Date: Mon, 6 Apr 2020 18:36:46 +0000 (-0400) Subject: disable Ubuntu18-10 builds - EOL X-Git-Tag: stable_release_2.44.0~18 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=f2610087a0f4d1ae7f2e56be935445a160058daf;p=graphviz disable Ubuntu18-10 builds - EOL --- diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 78f5e5e30..df2dc36ea 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -137,13 +137,13 @@ 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 + # 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-04-build: <<: *deb_build_definition