名称错误
continuous-integration/drone/push Build is passing Details

IRC_NewDev
hang 2023-11-28 11:50:07 +08:00
parent 9d7c8f9786
commit 7827fa2846
1 changed files with 3 additions and 3 deletions

View File

@ -13,10 +13,10 @@ steps:
- name: irc-test-work
path: /work
commands:
- 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;
- if [ ! -e /work/netcore-repo/.git ]; then
git clone -b Test.IRC http://192.168.3.68:2000/XCKJ/irc-netcore-api.git /work/netcore-repo;
else
cd /wrok/netcore-repo;
cd /work/netcore-repo;
git pull;
fi