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"