1
0
Fork 0
mirror of https://gitlab.com/famedly/conduit.git synced 2025-08-16 18:01:35 +00:00

fix: try to make dind work

This commit is contained in:
Samuel Meenzen 2025-07-22 14:10:35 +02:00
parent 1a3ddb33e6
commit 96fdf0d053
No known key found for this signature in database

View file

@ -141,6 +141,9 @@ complement:
image: docker:28.3.2
services:
- docker:28.3.2-dind
variables:
DOCKER_HOST: tcp://docker:2375
DOCKER_TLS_CERTDIR: ""
script:
- apk add coreutils bash jq go
- git clone https://github.com/matrix-org/complement complement-clone