From 813070bd1ad917b3ed48bd38c89cc70a94957858 Mon Sep 17 00:00:00 2001 From: Joakim Olsson Date: Thu, 12 Dec 2024 10:12:44 +0100 Subject: [PATCH] ci: remove unused Docker variables and services Removes unnecessary Docker variables and services from the GitLab CI configuration to simplify the build process. This streamlines the pipeline and eliminates potential conflicts with Docker settings. --- .gitlab-ci.yml | 5 ----- 1 file changed, 5 deletions(-) diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 43d5a99..43d53a9 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -5,15 +5,10 @@ stages: - build - deploy -variables: - DOCKER_HOST: tcp://docker:2375/ - image: buildtool/build-tools:${BUILDTOOLS_VERSION} build: stage: build - services: - - docker:${DOCKER_DIND_VERSION} script: - build - push