.gitlab-ci.yml: use the ubuntu1804 image as default
authorStefan Metzmacher <metze@samba.org>
Thu, 11 Apr 2019 19:18:23 +0000 (21:18 +0200)
committerStefan Metzmacher <metze@samba.org>
Wed, 24 Apr 2019 01:01:57 +0000 (01:01 +0000)
This matches our move from sn-devel-144 to sn-devel-184
for the final autobuild.

Signed-off-by: Stefan Metzmacher <metze@samba.org>
Reviewed-by: Andreas Schneider <asn@samba.org>
Autobuild-User(master): Stefan Metzmacher <metze@samba.org>
Autobuild-Date(master): Wed Apr 24 01:01:58 UTC 2019 on sn-devel-184

.gitlab-ci.yml

index b940b433e30fb0c07ceaeaf78533ac9f2f9ffc7e..9d596372df8dccc7b0809ba8d8121a7d902507b8 100644 (file)
@@ -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