1
0
mirror of https://github.com/samba-team/samba.git synced 2024-12-23 17:34:34 +03:00

.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
This commit is contained in:
Stefan Metzmacher 2019-04-11 21:18:23 +02:00
parent 76967b33eb
commit 1646baa347

View File

@ -39,9 +39,9 @@ include:
.shared_template: .shared_template:
variables: variables:
AUTOBUILD_JOB_NAME: $CI_JOB_NAME AUTOBUILD_JOB_NAME: $CI_JOB_NAME
# We use the ubuntu1404 image as default as # We use the ubuntu1804 image as default as
# it matches what we have on sn-devel-144. # it matches what we have on sn-devel-184.
image: $SAMBA_CI_CONTAINER_IMAGE_ubuntu1404 image: $SAMBA_CI_CONTAINER_IMAGE_ubuntu1804
stage: build stage: build
tags: tags:
- docker - docker