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.
This commit is contained in:
2024-12-04 18:26:25 +01:00
parent d605d8fa63
commit 75909a3797
-5
View File
@@ -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}