From fbe02cd287fbbea7c623a933514e2cb12d5d892c Mon Sep 17 00:00:00 2001 From: hang <872297557@qq.com> Date: Tue, 28 Nov 2023 11:11:44 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BF=AE=E6=94=B9yml?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- irc_api.drone.yml | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/irc_api.drone.yml b/irc_api.drone.yml index 7531818ee..31fa790f3 100644 --- a/irc_api.drone.yml +++ b/irc_api.drone.yml @@ -4,10 +4,11 @@ name: irc-netcore-api clone: disable: true #禁用默认克隆 - + steps: - name: clone-repo image: alpine/git + pull: if-not-exists volumes: - name: irc-test-work path: /work @@ -32,6 +33,7 @@ steps: - name: restore-publish image: mcr.microsoft.com/dotnet/sdk:6.0 + pull: if-not-exists depends_on: - clone-repo volumes: