ci: remove unused docker configurations from pipeline

Removes unnecessary Docker service and variable configurations from 
the CI pipeline to streamline the build process and reduce complexity.  
This enhances clarity and avoids potential misconfigurations.
This commit is contained in:
2024-12-04 17:51:02 +01:00
parent 3f9f58a773
commit 9c39290793
-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