From f4b795323a03014f038f01b8c2c698f73cffd029 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?V=C3=ADctor=20Mayoral=20Vilches?= Date: Mon, 13 Jan 2025 06:51:46 +0000 Subject: [PATCH] Fix issue in bridges MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: VĂ­ctor Mayoral Vilches --- .gitlab-ci.yml | 6 +----- 1 file changed, 1 insertion(+), 5 deletions(-) diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index de63a1b2..4c36ef8f 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -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