From 52d79599b63d9abf7615adb2c73147beaf994d0a Mon Sep 17 00:00:00 2001 From: Joakim Olsson Date: Thu, 5 Dec 2024 10:52:04 +0100 Subject: [PATCH] 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. --- .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