ci: remove Docker service from build stage configuration

Removes the Docker service definition from the build stage in the 
GitLab CI configuration. This change is made to simplify the build 
process and reduce overhead, as the Docker service is no longer 
required for the current build tasks.
This commit is contained in:
2024-12-08 12:08:20 +01:00
parent afe64a31f9
commit 8c7b44974f
-2
View File
@@ -10,8 +10,6 @@ image: buildtool/build-tools:${BUILDTOOLS_VERSION}
build: build:
stage: build stage: build
services:
- docker:${DOCKER_DIND_VERSION}
script: script:
- build - build
- push - push