From 05267f29d4fb1caa9daa99ed9452e0afd264d906 Mon Sep 17 00:00:00 2001 From: aetos Date: Sat, 27 Sep 2025 22:25:17 +0000 Subject: [PATCH] Update .drone.yml --- .drone.yml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.drone.yml b/.drone.yml index fbe8455..21270e3 100644 --- a/.drone.yml +++ b/.drone.yml @@ -12,5 +12,7 @@ steps: # Step 1: Check if Docker image for current version already exists - name: test image: alpine + environment: + GIT_SSL_NO_VERIFY: "true" commands: - echo "pipeline running"