From d88a1b08bbdaa244ec37557917fcbf20a6f89b7c Mon Sep 17 00:00:00 2001 From: fithwum Date: Mon, 6 Nov 2023 05:38:08 -0800 Subject: [PATCH] test --- .gitlab-ci.yml | 3 +-- alpine/pipeline.yml | 3 +-- 2 files changed, 2 insertions(+), 4 deletions(-) diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 3903c13..3212cda 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -3,11 +3,10 @@ image: docker:stable variables: IMAGE_NAME: "foundry_vtt:alpine" DOCKER_HOST: tcp://gitlab.fithwum.tech/ - DOCKER_TLS_CERTDIR: "/certs" + DOCKER_TLS_CERTDIR: "" services: - name: docker:19-dind - command: ["--tls=false"] include: - "/alpine/pipeline.yml" \ No newline at end of file diff --git a/alpine/pipeline.yml b/alpine/pipeline.yml index cf54f12..7546708 100644 --- a/alpine/pipeline.yml +++ b/alpine/pipeline.yml @@ -3,11 +3,10 @@ image: docker:stable variables: IMAGE_NAME: "foundry_vtt:alpine" DOCKER_HOST: tcp://gitlab.fithwum.tech/ - DOCKER_TLS_CERTDIR: "/certs" + DOCKER_TLS_CERTDIR: "" services: - name: docker:19-dind - command: ["--tls=false"] build image: script: