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

This commit is contained in:
李寻欢 2020-01-04 13:21:39 +08:00
parent ff2320fec1
commit cd9f9bce5f
1 changed files with 3 additions and 9 deletions

View File

@ -2,16 +2,10 @@ kind: pipeline
name: pipeline-example-maven
steps:
- name: Build Project
image: maven:3-jdk-11
volumes:
- name: cache
path: /root/.m2
- name: Test Echo
image: alpine:latest
commands:
- mvn clean package
when:
event:
- tag
- echo 'Testing'
- name: Send To DingTalk
image: guoxudongdocker/drone-dingtalk