修改yml测试
continuous-integration/drone/push Build was killed Details

IRC_NewDev
hang 2023-11-28 10:59:33 +08:00
parent 094b43e748
commit 7164c183ea
1 changed files with 3 additions and 1 deletions

View File

@ -9,8 +9,10 @@ steps:
- name: irc-test-work - name: irc-test-work
path: /work path: /work
commands: 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; 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 else
cd /wrok/netcore-repo; cd /wrok/netcore-repo;
git pull; git pull;