From e459365ea3f04d1a916f5d4797f153634a637998 Mon Sep 17 00:00:00 2001 From: Joakim Olsson Date: Thu, 12 Dec 2024 09:54:45 +0100 Subject: [PATCH] fix(ci): remove unnecessary docker service from CI config Removes the unused docker service definition from the CI configuration file to simplify the pipeline setup and reduce resource consumption during the build stage. --- .gitlab-ci.yml | 2 -- 1 file changed, 2 deletions(-) diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 823c79f..a159e4b 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -6,8 +6,6 @@ stages: - deploy-prod image: buildtool/build-tools:${BUILDTOOLS_VERSION} -services: - - docker:${DOCKER_DIND_VERSION} build: stage: build