🔧 修改自动打包为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 name: pipeline-example-maven
steps: steps:
- name: Build Project - name: Test Echo
image: maven:3-jdk-11 image: alpine:latest
volumes:
- name: cache
path: /root/.m2
commands: commands:
- mvn clean package - echo 'Testing'
when:
event:
- tag
- name: Send To DingTalk - name: Send To DingTalk
image: guoxudongdocker/drone-dingtalk image: guoxudongdocker/drone-dingtalk