🔧 修改自动打包为Master分支打Tag才触发
Some checks reported errors
continuous-integration/drone/push Build was killed
Some checks reported errors
continuous-integration/drone/push Build was killed
This commit is contained in:
parent
673d4c3db4
commit
ff2320fec1
@ -9,6 +9,9 @@ steps:
|
|||||||
path: /root/.m2
|
path: /root/.m2
|
||||||
commands:
|
commands:
|
||||||
- mvn clean package
|
- mvn clean package
|
||||||
|
when:
|
||||||
|
event:
|
||||||
|
- tag
|
||||||
|
|
||||||
- name: Send To DingTalk
|
- name: Send To DingTalk
|
||||||
image: guoxudongdocker/drone-dingtalk
|
image: guoxudongdocker/drone-dingtalk
|
||||||
@ -26,5 +29,3 @@ steps:
|
|||||||
trigger:
|
trigger:
|
||||||
branch:
|
branch:
|
||||||
- master
|
- master
|
||||||
event:
|
|
||||||
- tag
|
|
Loading…
Reference in New Issue
Block a user