From 7164c183eadc90869049d33de4e9a6614fa49877 Mon Sep 17 00:00:00 2001 From: hang <872297557@qq.com> Date: Tue, 28 Nov 2023 10:59:33 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BF=AE=E6=94=B9yml=E6=B5=8B=E8=AF=95?= 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 3fb4ccc7c..2eba6acd5 100644 --- a/irc_api.drone.yml +++ b/irc_api.drone.yml @@ -9,8 +9,10 @@ steps: - name: irc-test-work path: /work commands: - - if [ ! -e /repo/.git ]; then + - if [ ! -e /wrok/netcore-repo/.git ]; then git clone -b Test.IRC http://192.168.3.68:2000/XCKJ/irc-netcore-api.git /wrok/netcore-repo; + cd /wrok/netcore-repo; + git pull; else cd /wrok/netcore-repo; git pull;