From 622d94f831ba7c34679f8e3e6ff1b138c01d1387 Mon Sep 17 00:00:00 2001 From: Alex Miliukov Date: Tue, 3 Jan 2023 18:40:57 +0100 Subject: [PATCH] ci(test-stage-template): remove deprecated variables DOCKER_TLS_VERIFY and DOCKER_CERT_PATH are not set by default in the currently used image versions Changelog: None Ticket: None Signed-off-by: Alex Miliukov --- gitlab-pipeline/stage/test.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/gitlab-pipeline/stage/test.yml b/gitlab-pipeline/stage/test.yml index 955bbae7..1497d156 100644 --- a/gitlab-pipeline/stage/test.yml +++ b/gitlab-pipeline/stage/test.yml @@ -181,9 +181,9 @@ test:backend-integration:azblob:enterprise: before_script: # Default value, will later be overwritten if successful - echo "failure" > /JOB_RESULT.txt + + # Make sure docker interacts with dockerd via socket - unset DOCKER_HOST - - unset DOCKER_TLS_VERIFY - - unset DOCKER_CERT_PATH # Make sure the /dev/kvm device is readable and writable by everyone - chmod o+rw /dev/kvm