From 8c7b44974f92109cce32ee588adfe27b22bc4e7a Mon Sep 17 00:00:00 2001 From: Joakim Olsson Date: Sun, 8 Dec 2024 12:08:20 +0100 Subject: [PATCH] ci: remove Docker service from build stage configuration Removes the Docker service definition from the build stage in the GitLab CI configuration. This change is made to simplify the build process and reduce overhead, as the Docker service is no longer required for the current build tasks. --- .gitlab-ci.yml | 2 -- 1 file changed, 2 deletions(-) diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index d8e4822..42a29a2 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -10,8 +10,6 @@ image: buildtool/build-tools:${BUILDTOOLS_VERSION} build: stage: build - services: - - docker:${DOCKER_DIND_VERSION} script: - build - push