名称错误
continuous-integration/drone/push Build is passing
Details
continuous-integration/drone/push Build is passing
Details
parent
9d7c8f9786
commit
7827fa2846
|
@ -13,10 +13,10 @@ steps:
|
||||||
- name: irc-test-work
|
- name: irc-test-work
|
||||||
path: /work
|
path: /work
|
||||||
commands:
|
commands:
|
||||||
- if [ ! -e /wrok/netcore-repo/.git ]; then
|
- if [ ! -e /work/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 /work/netcore-repo;
|
||||||
else
|
else
|
||||||
cd /wrok/netcore-repo;
|
cd /work/netcore-repo;
|
||||||
git pull;
|
git pull;
|
||||||
fi
|
fi
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue