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.
This commit is contained in:
2024-12-05 10:59:03 +01:00
parent 99d89875fb
commit e7b3552ad1
-9
View File
@@ -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