diff --git a/irc_api.drone.yml b/irc_api.drone.yml index 3fb4ccc7c..2eba6acd5 100644 --- a/irc_api.drone.yml +++ b/irc_api.drone.yml @@ -9,8 +9,10 @@ steps: - name: irc-test-work path: /work 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; + cd /wrok/netcore-repo; + git pull; else cd /wrok/netcore-repo; git pull;