1
0
mirror of https://gitlab.labs.nic.cz/labs/bird.git synced 2024-05-11 16:54:54 +00:00

Tests: Change unsupported Ubuntu 19.04 for supported version 19.10

This commit is contained in:
Matous Holinka
2020-04-29 16:15:17 +02:00
committed by Ondrej Zajicek (work)
parent 82bfee76f0
commit e6785c469b
2 changed files with 3 additions and 3 deletions

View File

@@ -141,9 +141,9 @@ docker_ubuntu-18_04-amd64:
IMG_NAME: "ubuntu-18.04-amd64"
<<: *docker_build
docker_ubuntu-19_04-amd64:
docker_ubuntu-19_10-amd64:
variables:
IMG_NAME: "ubuntu-19.04-amd64"
IMG_NAME: "ubuntu-19.10-amd64"
<<: *docker_build
docker_opensuse-15.0-amd64: