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:
2024-12-05 10:52:04 +01:00
parent b14bf5c51f
commit 52d79599b6
-5
View File
@@ -6,15 +6,10 @@ include:
stages:
- build
variables:
DOCKER_HOST: tcp://docker:2375/
image: buildtool/build-tools:${BUILDTOOLS_VERSION}
build:
stage: build
services:
- docker:${DOCKER_DIND_VERSION}
script:
- build
- curl -Os https://uploader.codecov.io/latest/linux/codecov