From e7b3552ad1b93793c1470e824ed28495b191cda7 Mon Sep 17 00:00:00 2001 From: Joakim Olsson Date: Thu, 5 Dec 2024 10:59:03 +0100 Subject: [PATCH] ci: clean up GitLab CI configuration Removes unused Docker variables from the CI configuration to simplify the setup. This change streamlines the build process by eliminating redundant settings that are not required for the current build pipeline. --- .gitlab-ci.yml | 9 --------- 1 file changed, 9 deletions(-) diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 991ea57..976cbc9 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -5,16 +5,7 @@ stages: - build - deploy-prod -variables: - DOCKER_HOST: tcp://docker:2376 - DOCKER_TLS_CERTDIR: "/certs" - DOCKER_TLS_VERIFY: 1 - DOCKER_CERT_PATH: "$DOCKER_TLS_CERTDIR/client" - DOCKER_DRIVER: overlay2 - image: buildtool/build-tools:${BUILDTOOLS_VERSION} -services: -- docker:${DOCKER_DIND_VERSION} build: stage: build -- 2.52.0