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:
@@ -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
|
||||||
|
|||||||
Reference in New Issue
Block a user