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

This commit is contained in:
李寻欢 2020-01-04 13:17:12 +08:00
parent 673d4c3db4
commit ff2320fec1
1 changed files with 4 additions and 3 deletions

View File

@ -9,6 +9,9 @@ steps:
path: /root/.m2
commands:
- mvn clean package
when:
event:
- tag
- name: Send To DingTalk
image: guoxudongdocker/drone-dingtalk
@ -25,6 +28,4 @@ steps:
trigger:
branch:
- master
event:
- tag
- master