From 017d559bfa7ae98ea0068f42f13554025f22299e Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E9=AB=98=E7=BA=A7=E4=BA=91=E8=84=91=E7=A0=94=E5=8F=91?= =?UTF-8?q?=E5=B7=A5=E7=A8=8B=E5=B8=88?= <153692773@qq.com> Date: Wed, 15 Mar 2023 15:21:03 +0800 Subject: [PATCH] update pipeline for master branch --- .drone.yml | 8 -------- 1 file changed, 8 deletions(-) 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