fix(ci): remove docker service from build configuration

Eliminate the docker service from the GitLab CI build stage. This change 
simplifies the configuration and reduces dependency overhead, as it is 
not needed for the current build process.
This commit is contained in:
2024-12-06 12:05:02 +01:00
parent 13ef9fc46f
commit 5f5c64f853
-2
View File
@@ -9,8 +9,6 @@ image: buildtool/build-tools:${BUILDTOOLS_VERSION}
build: build:
stage: build stage: build
services:
- docker:${DOCKER_DIND_VERSION}
script: script:
- build - build
- push - push