diff options
author | Stefan Metzmacher <metze@samba.org> | 2019-12-04 19:52:56 +0100 |
---|---|---|
committer | Stefan Metzmacher <metze@samba.org> | 2019-12-05 22:51:46 +0000 |
commit | 41f6248effa5f5c0606a13da289c8a77abb30bce (patch) | |
tree | 43b74bbe0441f6fd51f0ef9add4cd8a8a6c40cb6 /.gitlab-ci.yml | |
parent | 809247973d9441c3d5249a7143cde6e858935d79 (diff) | |
download | samba-41f6248effa5f5c0606a13da289c8a77abb30bce.tar.gz |
bootstrap: use runners with 'docker' and 'gce' tags for the image creation
As we currently have the 'shared' tag on our private runners, they
maybe selected for image creation, but it fails there.
A lot of shared runners provide 'docker' and 'gce' and they are able to
generate the images.
Signed-off-by: Stefan Metzmacher <metze@samba.org>
Reviewed-by: Andreas Schneider <asn@samba.org>
Diffstat (limited to '.gitlab-ci.yml')
-rw-r--r-- | .gitlab-ci.yml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 9bd083cb63e..bbc2aa8e486 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -22,7 +22,7 @@ variables: # Set this to the contents of bootstrap/sha1sum.txt # which is generated by bootstrap/template.py --render # - SAMBA_CI_CONTAINER_TAG: 187702e2a9c65f874aa13e5eb1c8b68703e72299 + SAMBA_CI_CONTAINER_TAG: 8a3bbedea9514a337ed39d8c4e88abb17c43f975 # # We use the ubuntu1804 image as default as # it matches what we have on sn-devel-184. |