From 9c3929079371cfdb0afd7da3391beb8b6ec3938b Mon Sep 17 00:00:00 2001 From: Joakim Olsson Date: Wed, 4 Dec 2024 17:51:02 +0100 Subject: [PATCH] ci: remove unused docker configurations from pipeline Removes unnecessary Docker service and variable configurations from the CI pipeline to streamline the build process and reduce complexity. This enhances clarity and avoids potential misconfigurations. --- .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