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:
@@ -6,8 +6,6 @@ stages:
|
||||
- deploy-prod
|
||||
|
||||
image: buildtool/build-tools:${BUILDTOOLS_VERSION}
|
||||
services:
|
||||
- docker:${DOCKER_DIND_VERSION}
|
||||
|
||||
build:
|
||||
stage: build
|
||||
|
||||
Reference in New Issue
Block a user