diff --git a/.drone.yml b/.drone.yml index df61029..216af0d 100644 --- a/.drone.yml +++ b/.drone.yml @@ -17,13 +17,6 @@ steps: path: /root/.m2 commands: - mvn compile -- name: test - image: maven:3-jdk-8 - volumes: - - name: cache - path: /root/.m2 - commands: - - mvn test - name: 远程主机部署 image: appleboy/drone-ssh:linux-arm64 @@ -38,7 +31,6 @@ steps: script: - chmod +x /home/deploy.sh - nohup bash /home/deploy.sh & - trigger: branch: - master