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:
parent
1a3ddb33e6
commit
96fdf0d053
1 changed files with 3 additions and 0 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue