修改yml测试
continuous-integration/drone/push Build was killed
Details
continuous-integration/drone/push Build was killed
Details
parent
094b43e748
commit
7164c183ea
|
@ -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;
|
||||||
|
|
Loading…
Reference in New Issue