From 2b783d5454421440c4f0b322ac951bd1469f7491 Mon Sep 17 00:00:00 2001 From: Joakim Olsson Date: Thu, 5 Dec 2024 10:53:26 +0100 Subject: [PATCH] ci: simplify CI configuration by removing unused variables Removes unnecessary Docker variables and services from the CI configuration. This streamlines the build process and reduces complexity, improving overall maintenance and clarity. --- .gitlab-ci.yml | 5 ----- 1 file changed, 5 deletions(-) diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 352db0f..ee02ca8 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -8,15 +8,10 @@ include: stages: - build -variables: - DOCKER_HOST: tcp://docker:2375/ - image: buildtool/build-tools:${BUILDTOOLS_VERSION} build: stage: build - services: - - docker:${DOCKER_DIND_VERSION} script: - build - curl -Os https://uploader.codecov.io/latest/linux/codecov