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.
This commit is contained in:
2024-12-05 09:03:01 +01:00
parent 2b5607dc1d
commit a7880a7a99
-4
View File
@@ -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