chore(ci): remove unused docker service from buildtools #308

Merged
argoyle merged 1 commits from remove-docker-service-from-ci into main 2024-12-08 11:49:03 +00:00
-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