1
0
mirror of https://github.com/samba-team/samba.git synced 2025-03-25 14:50:24 +03:00

bootstrap: We can only build docker images on gitlab shared runners

Our rackspace runners don't provide a running docker.

Signed-off-by: Andreas Schneider <asn@samba.org>
Reviewed-by: Alexander Bokovoy <ab@samba.org>
This commit is contained in:
Andreas Schneider 2019-10-07 13:28:07 +02:00 committed by Andreas Schneider
parent 42edab7bd7
commit 9cd0d15370
3 changed files with 3 additions and 2 deletions

View File

@ -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: 8cfc53988524dd9a32ed64bfdfcd623631cc8398
SAMBA_CI_CONTAINER_TAG: b2e8ad4e8057ddc87386ef5ac7cd8599f04d7a57
#
# We use the ubuntu1804 image as default as
# it matches what we have on sn-devel-184.

View File

@ -6,6 +6,7 @@ services:
stage: images
tags:
- docker
- shared
variables:
SAMBA_CI_IS_BROKEN_IMAGE: "no"
before_script:

View File

@ -1 +1 @@
8cfc53988524dd9a32ed64bfdfcd623631cc8398
b2e8ad4e8057ddc87386ef5ac7cd8599f04d7a57