From 1646baa34783b483e88a50babd100939f92e140c Mon Sep 17 00:00:00 2001 From: Stefan Metzmacher Date: Thu, 11 Apr 2019 21:18:23 +0200 Subject: [PATCH] .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 --- .gitlab-ci.yml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) 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 -- 2.11.4.GIT