diff --git a/irc_api.drone.yml b/irc_api.drone.yml index 31fa790f3..9859d1ffb 100644 --- a/irc_api.drone.yml +++ b/irc_api.drone.yml @@ -15,8 +15,6 @@ steps: 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; - cd /wrok/netcore-repo; - git pull; else cd /wrok/netcore-repo; git pull;