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

This commit is contained in:
李寻欢 2020-01-04 16:50:02 +08:00
parent db5adc422f
commit fb94bb2163
1 changed files with 4 additions and 4 deletions

View File

@ -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