fix(ci): remove docker service from build configuration
Eliminate the docker service from the GitLab CI build stage. This change simplifies the configuration and reduces dependency overhead, as it is not needed for the current build process.
This commit is contained in:
@@ -9,8 +9,6 @@ image: buildtool/build-tools:${BUILDTOOLS_VERSION}
|
|||||||
|
|
||||||
build:
|
build:
|
||||||
stage: build
|
stage: build
|
||||||
services:
|
|
||||||
- docker:${DOCKER_DIND_VERSION}
|
|
||||||
script:
|
script:
|
||||||
- build
|
- build
|
||||||
- push
|
- push
|
||||||
|
|||||||
Reference in New Issue
Block a user