ci: remove unnecessary docker services and variables

Eliminate unused Docker host variables and services from the CI 
configuration. This simplifies the build process and reduces 
potential complexities in the CI pipeline.
This commit is contained in:
2024-12-05 10:55:26 +01:00
parent 6fc12fac2f
commit 128a6f2a6c
-5
View File
@@ -6,15 +6,10 @@ include:
stages: stages:
- build - build
variables:
DOCKER_HOST: tcp://docker:2375/
image: buildtool/build-tools:${BUILDTOOLS_VERSION} image: buildtool/build-tools:${BUILDTOOLS_VERSION}
build: build:
stage: build stage: build
services:
- docker:${DOCKER_DIND_VERSION}
script: script:
- unset BUILDTOOLS_CONTENT - unset BUILDTOOLS_CONTENT
- build - build