From c89059d013600dde1790f833916547ea7d91355c Mon Sep 17 00:00:00 2001 From: fithwum Date: Mon, 6 Nov 2023 05:50:39 -0800 Subject: [PATCH] test --- .gitlab-ci.yml | 4 ++-- alpine/pipeline.yml | 4 ++-- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 10561de..d4254c0 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -2,8 +2,8 @@ image: docker:stable variables: IMAGE_NAME: "foundry_vtt:alpine" - DOCKER_HOST: tcp://localhost/ - DOCKER_TLS_CERTDIR: "" + DOCKER_HOST: tcp://gitlab.fithwum.tech/ + DOCKER_TLS_CERTDIR: '' services: - name: docker:19-dind diff --git a/alpine/pipeline.yml b/alpine/pipeline.yml index ea6c648..ee98a71 100644 --- a/alpine/pipeline.yml +++ b/alpine/pipeline.yml @@ -2,8 +2,8 @@ image: docker:stable variables: IMAGE_NAME: "foundry_vtt:alpine" - DOCKER_HOST: tcp://localhost/ - DOCKER_TLS_CERTDIR: "" + DOCKER_HOST: tcp://gitlab.fithwum.tech/ + DOCKER_TLS_CERTDIR: '' services: - name: docker:19-dind