From 52ffdde1ca0fa53d2ff0711eca69ca69e53a0385 Mon Sep 17 00:00:00 2001 From: Joakim Olsson Date: Sun, 8 Dec 2024 12:21:28 +0100 Subject: [PATCH] chore(ci): remove unused docker service from buildtools Removes the unnecessary docker service from the buildtools image configuration to simplify the CI pipeline setup and reduce resource usage. This change streamlines the CI process without impacting functionality. --- .gitlab-ci.yml | 2 -- 1 file changed, 2 deletions(-) diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 173427c..738ad72 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -16,8 +16,6 @@ variables: .buildtools: image: buildtool/build-tools:${BUILDTOOLS_VERSION} - services: - - docker:${DOCKER_DIND_VERSION} check: stage: .pre