fix(ci): remove unnecessary docker service from CI config

Removes the unused docker service definition from the CI 
configuration file to simplify the pipeline setup and 
reduce resource consumption during the build stage.
This commit is contained in:
2024-12-12 09:54:45 +01:00
parent a7880a7a99
commit e459365ea3
-2
View File
@@ -6,8 +6,6 @@ stages:
- deploy-prod
image: buildtool/build-tools:${BUILDTOOLS_VERSION}
services:
- docker:${DOCKER_DIND_VERSION}
build:
stage: build