From 75909a379746fa68766aa2d46d31cb1c284fa3f2 Mon Sep 17 00:00:00 2001 From: Joakim Olsson Date: Wed, 4 Dec 2024 18:26:25 +0100 Subject: [PATCH] ci: remove unnecessary Docker variables from configuration Removes unused Docker-related variables from the CI configuration to simplify the setup. This streamlines the CI process by eliminating settings that are no longer needed, enhancing clarity and maintenance. --- .gitlab-ci.yml | 5 ----- 1 file changed, 5 deletions(-) diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 0d36ab7..173427c 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -13,11 +13,6 @@ stages: variables: UNBOUND_RELEASE_TAG_ONLY: true - DOCKER_HOST: tcp://docker:2376 - DOCKER_TLS_CERTDIR: "/certs" - DOCKER_TLS_VERIFY: 1 - DOCKER_CERT_PATH: "$DOCKER_TLS_CERTDIR/client" - DOCKER_DRIVER: overlay2 .buildtools: image: buildtool/build-tools:${BUILDTOOLS_VERSION}