From 0400edba846e8c9fb78e6136c3313ca5ee6059fc Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E5=90=9B=E8=82=AF=E6=99=AE=E9=80=9A?= Date: Fri, 5 Dec 2025 12:21:23 +0800 Subject: [PATCH] =?UTF-8?q?=E6=9B=B4=E6=96=B0=20.drone.yml?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .drone.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.drone.yml b/.drone.yml index 421c867..dfc403b 100644 --- a/.drone.yml +++ b/.drone.yml @@ -4,7 +4,7 @@ name: multi-lang-ci # 克隆策略:只拉最新 commit,加速 clone: - depth: 1 + depth: 0 image: drone/git:latest pull: false -- 2.47.2