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:
parent
42edab7bd7
commit
9cd0d15370
@ -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.
|
||||
|
@ -6,6 +6,7 @@ services:
|
||||
stage: images
|
||||
tags:
|
||||
- docker
|
||||
- shared
|
||||
variables:
|
||||
SAMBA_CI_IS_BROKEN_IMAGE: "no"
|
||||
before_script:
|
||||
|
@ -1 +1 @@
|
||||
8cfc53988524dd9a32ed64bfdfcd623631cc8398
|
||||
b2e8ad4e8057ddc87386ef5ac7cd8599f04d7a57
|
||||
|
Loading…
x
Reference in New Issue
Block a user