chore(ci): remove unused docker service from buildtools

Removes the unnecessary docker service from the buildtools image 
configuration to simplify the CI pipeline setup and reduce resource 
usage. This change streamlines the CI process without impacting 
functionality.
This commit is contained in:
2024-12-08 12:21:28 +01:00
parent 75909a3797
commit 52ffdde1ca
-2
View File
@@ -16,8 +16,6 @@ variables:
.buildtools: .buildtools:
image: buildtool/build-tools:${BUILDTOOLS_VERSION} image: buildtool/build-tools:${BUILDTOOLS_VERSION}
services:
- docker:${DOCKER_DIND_VERSION}
check: check:
stage: .pre stage: .pre