From 7c1cfde6a02a7135b75887ae587417518562534c Mon Sep 17 00:00:00 2001 From: Kyle Schwarz Date: Wed, 19 Feb 2025 00:16:36 -0500 Subject: [PATCH] CI: Remove duplicate DOCKER_HOST --- .gitlab-ci.yml | 1 - 1 file changed, 1 deletion(-) diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 584c0ae..4bf81b5 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -326,7 +326,6 @@ build python/linux/amd64: DOCKER_HOST: unix:///var/run/docker.sock DOCKER_DRIVER: overlay2 DOCKER_TLS_CERTDIR: "" - DOCKER_HOST: unix:///var/run/docker.sock CIBW_ENVIRONMENT: CMAKE_PREFIX_PATH=/project/libpcap/install:/project/libusb/install script: - curl -sSL https://get.docker.com/ | sh