From c7faba91d70ca71891946dedf433d99325d8cda3 Mon Sep 17 00:00:00 2001 From: Joakim Olsson Date: Thu, 5 Dec 2024 10:56:17 +0100 Subject: [PATCH] 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. --- .gitlab-ci.yml | 5 ----- 1 file changed, 5 deletions(-) diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 66f14e0..1f0cce1 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -5,15 +5,10 @@ stages: - build - deploy-prod -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