ci: remove unused docker configuration from CI files

Removes unnecessary Docker host variables and service settings from 
`.gitlab-ci.yml` to simplify the CI/CD pipeline configuration. This 
streamlines the build process by focusing on the essential tasks 
and reduces potential configuration errors.
This commit is contained in:
2024-12-05 10:56:17 +01:00
parent 30ca067552
commit c7faba91d7
-5
View File
@@ -5,15 +5,10 @@ stages:
- build - build
- deploy-prod - deploy-prod
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