From 570fd0a27faf97ede4e522de0a019f11401cec59 Mon Sep 17 00:00:00 2001 From: hang <872297557@qq.com> Date: Tue, 28 Nov 2023 11:10:14 +0800 Subject: [PATCH] =?UTF-8?q?=E7=A6=81=E7=94=A8clone?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- irc_api.drone.yml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/irc_api.drone.yml b/irc_api.drone.yml index 2eba6acd5..7531818ee 100644 --- a/irc_api.drone.yml +++ b/irc_api.drone.yml @@ -2,6 +2,9 @@ kind: pipeline type: docker name: irc-netcore-api +clone: + disable: true #禁用默认克隆 + steps: - name: clone-repo image: alpine/git