From 50c61339ef2cc45088d243125f1bc79e4f90b260 Mon Sep 17 00:00:00 2001 From: urban Date: Tue, 1 Apr 2025 19:17:39 +0200 Subject: [PATCH] Update .drone.yml --- .drone.yml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/.drone.yml b/.drone.yml index 73a56ae..bc88879 100644 --- a/.drone.yml +++ b/.drone.yml @@ -1,7 +1,8 @@ kind: pipeline type: docker name: default - +clone: + skip_verify: true steps: - name: testing image: alpine