From 3d09a1ff03cb595f65776622eb3d9d3873eeba1a Mon Sep 17 00:00:00 2001 From: Joakim Olsson Date: Thu, 5 Dec 2024 07:28:33 +0100 Subject: [PATCH] chore(ci): remove unused docker variables from configuration This commit removes the redundant Docker-related variables from the `.gitlab-ci.yml` file to simplify the CI configuration. The removed variables are not utilized in the current build process and their absence improves clarity and maintainability of the CI setup. --- .gitlab-ci.yml | 7 ------- 1 file changed, 7 deletions(-) diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 5db892d..06ef12a 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -5,13 +5,6 @@ stages: - build - deploy -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} build: