From ad07055d458ada2f42ed630abcec239db91ee49f Mon Sep 17 00:00:00 2001 From: Joakim Olsson Date: Thu, 5 Dec 2024 10:51:36 +0100 Subject: [PATCH] ci: remove unnecessary docker configuration Eliminate redundant Docker configurations in the CI setup. This streamlines the build process and reduces complexity by removing variables and services not needed for the current build configuration. --- .gitlab-ci.yml | 5 ----- 1 file changed, 5 deletions(-) diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 42b4ad3..70581b8 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -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