From ff52fb8b180da081a386b29b2b49c5c6210cdfc9 Mon Sep 17 00:00:00 2001 From: NY Date: Wed, 12 Feb 2025 10:39:04 +0800 Subject: [PATCH] first --- .drone.yml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/.drone.yml b/.drone.yml index e830487..a8802a3 100644 --- a/.drone.yml +++ b/.drone.yml @@ -14,6 +14,9 @@ volumes: - name: go-build-cache # Go 编译缓存(加速构建) temp: {} +clone: + disable: true + steps: - name: clone image: alpine/git