summaryrefslogtreecommitdiff
path: root/.gitlab-ci.yml
diff options
context:
space:
mode:
authorStefan Metzmacher <metze@samba.org>2019-04-11 21:18:23 +0200
committerStefan Metzmacher <metze@samba.org>2019-04-24 01:01:57 +0000
commit1646baa34783b483e88a50babd100939f92e140c (patch)
tree27849d54989c63989f86003c8c275051892351d8 /.gitlab-ci.yml
parent76967b33ebb93a7ef5daa94b123ef9bfdce59ece (diff)
downloadsamba-1646baa34783b483e88a50babd100939f92e140c.tar.gz
.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 <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
Diffstat (limited to '.gitlab-ci.yml')
-rw-r--r--.gitlab-ci.yml6
1 files 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