From 128a6f2a6cdfa8c53e2429e1e579d9614bb0a681 Mon Sep 17 00:00:00 2001 From: Joakim Olsson Date: Thu, 5 Dec 2024 10:55:26 +0100 Subject: [PATCH] ci: remove unnecessary docker services and variables Eliminate unused Docker host variables and services from the CI configuration. This simplifies the build process and reduces potential complexities in the CI pipeline. --- .gitlab-ci.yml | 5 ----- 1 file changed, 5 deletions(-) diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 9c7dd41..ec1eb6c 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: - unset BUILDTOOLS_CONTENT - build