mirror of https://github.com/aliasrobotics/cai.git
Fix issue in bridges
Signed-off-by: Víctor Mayoral Vilches <v.mayoralv@gmail.com>
This commit is contained in:
parent
75a1a3992f
commit
f4b795323a
|
|
@ -14,13 +14,9 @@ variables:
|
|||
DOCKER_TLS_CERTDIR: ""
|
||||
VERSION: "0.1"
|
||||
DISTRO: ubuntu:22.04
|
||||
CI_DEBUG_TRACE: "true"
|
||||
# CI_DEBUG_TRACE: "true"
|
||||
GIT_FETCH_TIMEOUT: 300
|
||||
|
||||
services:
|
||||
- name: docker:dind
|
||||
command: ["--host=tcp://0.0.0.0:2375", "--host=unix:///var/run/docker.sock"]
|
||||
|
||||
include:
|
||||
- project: 'aliasrobotics/alias_research/cai'
|
||||
ref: main
|
||||
|
|
|
|||
Loading…
Reference in New Issue