diff --git a/.drone.yml b/.drone.yml index f926c53..2c39d95 100644 --- a/.drone.yml +++ b/.drone.yml @@ -1,14 +1,14 @@ kind: pipeline -name: pipeline-example-maven +name: maven-build-pipeline steps: - - name: Build Project - image: maven + - name: BuildProject + image: maven:3-jdk-11 volumes: - name: cache path: /root/.m2 commands: - - mvn clean install + - mvn clean install -Dskip.test=true - ls target - name: SendToDingTalk