From fb94bb21638b86fb3b45b38fff1de16239a69862 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E6=9D=8E=E5=AF=BB=E6=AC=A2?= Date: Sat, 4 Jan 2020 16:50:02 +0800 Subject: [PATCH] =?UTF-8?q?:wrench:=20=E4=BF=AE=E6=94=B9=E8=87=AA=E5=8A=A8?= =?UTF-8?q?=E6=89=93=E5=8C=85=E4=B8=BAMaster=E5=88=86=E6=94=AF=E6=89=93Tag?= =?UTF-8?q?=E6=89=8D=E8=A7=A6=E5=8F=91?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .drone.yml | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) 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