mirror of
https://github.com/samba-team/samba.git
synced 2024-12-22 13:34:15 +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:
parent
76967b33eb
commit
1646baa347
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user