From: Magnus Jacobsson Date: Wed, 28 Sep 2022 11:45:09 +0000 (+0200) Subject: CI: rename ubuntu20-04* jobs to ubuntu-20.04* X-Git-Tag: 6.0.2~22^2~2 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=654249769d16f4b22dfcfe1b323f262b1edd5992;p=graphviz CI: rename ubuntu20-04* jobs to ubuntu-20.04* This is the naming scheme that the Docker images use. --- diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 225914796..602f809a5 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -308,7 +308,7 @@ ubuntu-18.04-build: variables: IMAGE: ubuntu-18.04 -ubuntu20-04-debug-build: +ubuntu-20.04-debug-build: <<: *deb_build_definition needs: - job: docker_build_ubuntu-20.04 @@ -323,7 +323,7 @@ ubuntu20-04-debug-build: variables: IMAGE: ubuntu-20.04 -ubuntu20-04-build: +ubuntu-20.04-build: <<: *deb_build_definition needs: - job: docker_build_ubuntu-20.04 @@ -944,12 +944,12 @@ ubuntu-18.04-test: variables: IMAGE: ubuntu-18.04 -ubuntu20-04-test: +ubuntu-20.04-test: <<: *linux_test_definition before_script: - export build_system="autotools" needs: - - job: "ubuntu20-04-build" + - job: "ubuntu-20.04-build" artifacts: true tags: - linux