From 094b43e7481b91593caf893fee1c611fba72d083 Mon Sep 17 00:00:00 2001 From: hang <872297557@qq.com> Date: Tue, 28 Nov 2023 10:53:36 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BF=AE=E6=94=B9=E5=88=86=E6=94=AF?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- irc_api.drone.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/irc_api.drone.yml b/irc_api.drone.yml index eacb4be73..3fb4ccc7c 100644 --- a/irc_api.drone.yml +++ b/irc_api.drone.yml @@ -10,7 +10,7 @@ steps: path: /work commands: - if [ ! -e /repo/.git ]; then - git clone -b main http://192.168.3.68:2000/XCKJ/irc-netcore-api.git /wrok/netcore-repo; + git clone -b Test.IRC http://192.168.3.68:2000/XCKJ/irc-netcore-api.git /wrok/netcore-repo; else cd /wrok/netcore-repo; git pull;