diff --git a/.drone.yml b/.drone.yml index c52692e..f4fe7cc 100644 --- a/.drone.yml +++ b/.drone.yml @@ -23,7 +23,7 @@ steps: - name: cache path: /root/.m2 commands: - - mvn test + - mvn test - name: 远程主机部署 image: appleboy/drone-ssh:linux-arm64 @@ -38,7 +38,6 @@ steps: script: - chmod +x /home/deploy.sh - nohup bash /home/deploy.sh & - trigger: branch: - master