From 175d58c97a1e53c7e2c47df971d9d3ed18de00c4 Mon Sep 17 00:00:00 2001 From: kale Date: Wed, 10 Dec 2025 09:03:03 -0500 Subject: [PATCH] =?UTF-8?q?[fix]:[20251208][drone=20=E6=B5=8B=E8=AF=95?= =?UTF-8?q?=E6=9C=AC=E5=9C=B0=E4=BB=93=E5=BA=93=E6=9E=84=E5=BB=BA]?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .drone.yml | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/.drone.yml b/.drone.yml index 5824bda..c194c47 100644 --- a/.drone.yml +++ b/.drone.yml @@ -94,8 +94,7 @@ volumes: - name: npm-cache path: /localcache/npm-cache - name: certs - host: - path: /localcache/registry_certs # 你提前放好 ca.crt + path: /localcache/registry_certs # 你提前放好 ca.crt clone: depth: 0 -- 2.47.2