Commit e6785c46 authored by Matous Holinka's avatar Matous Holinka Committed by Ondrej Zajicek (work)
Browse files

Tests: Change unsupported Ubuntu 19.04 for supported version 19.10

parent 82bfee76
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -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:
+1 −1
Original line number Diff line number Diff line
FROM ubuntu:19.04
FROM ubuntu:19.10
ENV DEBIAN_FRONTEND noninteractive
RUN sed -i 's/deb.debian.org/ftp.cz.debian.org/' /etc/apt/sources.list
RUN apt-get -y update