🔧 修改自动打包为Master分支打Tag才触发
Some checks reported errors
continuous-integration/drone/push Build was killed

This commit is contained in:
李寻欢 2020-01-04 16:50:02 +08:00
parent db5adc422f
commit fb94bb2163

View File

@ -1,14 +1,14 @@
kind: pipeline kind: pipeline
name: pipeline-example-maven name: maven-build-pipeline
steps: steps:
- name: BuildProject - name: BuildProject
image: maven image: maven:3-jdk-11
volumes: volumes:
- name: cache - name: cache
path: /root/.m2 path: /root/.m2
commands: commands:
- mvn clean install - mvn clean install -Dskip.test=true
- ls target - ls target
- name: SendToDingTalk - name: SendToDingTalk