From: Stefan Metzmacher Date: Thu, 11 Apr 2019 19:18:23 +0000 (+0200) Subject: .gitlab-ci.yml: use the ubuntu1804 image as default X-Git-Tag: tdb-1.4.1~328 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=1646baa34783b483e88a50babd100939f92e140c;p=thirdparty%2Fsamba.git .gitlab-ci.yml: use the ubuntu1804 image as default This matches our move from sn-devel-144 to sn-devel-184 for the final autobuild. Signed-off-by: Stefan Metzmacher Reviewed-by: Andreas Schneider Autobuild-User(master): Stefan Metzmacher Autobuild-Date(master): Wed Apr 24 01:01:58 UTC 2019 on sn-devel-184 --- diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index b940b433e30..9d596372df8 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -39,9 +39,9 @@ include: .shared_template: variables: AUTOBUILD_JOB_NAME: $CI_JOB_NAME - # We use the ubuntu1404 image as default as - # it matches what we have on sn-devel-144. - image: $SAMBA_CI_CONTAINER_IMAGE_ubuntu1404 + # We use the ubuntu1804 image as default as + # it matches what we have on sn-devel-184. + image: $SAMBA_CI_CONTAINER_IMAGE_ubuntu1804 stage: build tags: - docker