From 1ce883dca812ea9dfa330a91c802f61c135967ac Mon Sep 17 00:00:00 2001 From: Recolic <git@me.recolic.net> Date: Sat, 5 Aug 2023 23:54:50 -0700 Subject: [PATCH] auto build --- .gitlab-ci.yml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 5bf148b..b3f8488 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -20,7 +20,8 @@ variables: # creates them automatically on boot, and creates # `/certs/client` to share between the service and job # container, thanks to volume mount from config.toml - DOCKER_TLS_CERTDIR: "/certs" + DOCKER_HOST: tcp://docker:2375 + DOCKER_TLS_CERTDIR: "" build: stage: build -- GitLab