From a7880a7a994c1a220769b6c68e0d7e6280521bfc Mon Sep 17 00:00:00 2001 From: Joakim Olsson Date: Thu, 5 Dec 2024 09:03:01 +0100 Subject: [PATCH] chore(ci): remove unnecessary Docker variables from CI config Eliminate redundant Docker variables in the CI configuration to streamline the process. This simplifies the configuration file, ensuring clarity and reducing potential points of failure in the pipeline. --- .gitlab-ci.yml | 4 ---- 1 file changed, 4 deletions(-) diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 01ca8df..823c79f 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -1,10 +1,6 @@ include: - template: 'Workflows/MergeRequest-Pipelines.gitlab-ci.yml' -variables: - DOCKER_HOST: tcp://docker:2375 - DOCKER_DRIVER: overlay2 - stages: - build - deploy-prod -- 2.52.0