修改分支
continuous-integration/drone/push Build was killed Details

IRC_NewDev
hang 2023-11-28 10:53:36 +08:00
parent d16009272d
commit 094b43e748
1 changed files with 1 additions and 1 deletions

View File

@ -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;