The branch, master has been updated
via 1646baa3478 .gitlab-ci.yml: use the ubuntu1804 image as default
from 76967b33ebb pyldb: avoid segfault when adding an element with no
name
https://git.samba.org/?p=samba.git;a=shortlog;h=master
- Log -----------------------------------------------------------------
commit 1646baa34783b483e88a50babd100939f92e140c
Author: Stefan Metzmacher <[email protected]>
Date: Thu Apr 11 21:18:23 2019 +0200
.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 <[email protected]>
Reviewed-by: Andreas Schneider <[email protected]>
Autobuild-User(master): Stefan Metzmacher <[email protected]>
Autobuild-Date(master): Wed Apr 24 01:01:58 UTC 2019 on sn-devel-184
-----------------------------------------------------------------------
Summary of changes:
.gitlab-ci.yml | 6 +++---
1 file changed, 3 insertions(+), 3 deletions(-)
Changeset truncated at 500 lines:
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
--
Samba Shared Repository