From 5f5c64f853d2e94d4e31c5d3139808ae10a8bee0 Mon Sep 17 00:00:00 2001 From: Joakim Olsson Date: Fri, 6 Dec 2024 12:05:02 +0100 Subject: [PATCH] fix(ci): remove docker service from build configuration Eliminate the docker service from the GitLab CI build stage. This change simplifies the configuration and reduces dependency overhead, as it is not needed for the current build process. --- .gitlab-ci.yml | 2 -- 1 file changed, 2 deletions(-) diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 06ef12a..985d60b 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -9,8 +9,6 @@ image: buildtool/build-tools:${BUILDTOOLS_VERSION} build: stage: build - services: - - docker:${DOCKER_DIND_VERSION} script: - build - push