ci: remove unnecessary variables and services from CI config
Simplify the CI configuration by removing the unused DOCKER_HOST variable and the Docker service. This streamlines the build process and eliminates potential points of failure, enhancing overall reliability.
This commit is contained in:
@@ -6,15 +6,10 @@ include:
|
|||||||
stages:
|
stages:
|
||||||
- build
|
- build
|
||||||
|
|
||||||
variables:
|
|
||||||
DOCKER_HOST: tcp://docker:2375/
|
|
||||||
|
|
||||||
image: buildtool/build-tools:${BUILDTOOLS_VERSION}
|
image: buildtool/build-tools:${BUILDTOOLS_VERSION}
|
||||||
|
|
||||||
build:
|
build:
|
||||||
stage: build
|
stage: build
|
||||||
services:
|
|
||||||
- docker:${DOCKER_DIND_VERSION}
|
|
||||||
script:
|
script:
|
||||||
- build
|
- build
|
||||||
- curl -Os https://uploader.codecov.io/latest/linux/codecov
|
- curl -Os https://uploader.codecov.io/latest/linux/codecov
|
||||||
|
|||||||
Reference in New Issue
Block a user