🔧 修改自动打包为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
eff34f77c8
commit
db5adc422f
10
.drone.yml
10
.drone.yml
@ -2,10 +2,14 @@ kind: pipeline
|
||||
name: pipeline-example-maven
|
||||
|
||||
steps:
|
||||
- name: TestEcho
|
||||
image: alpine:latest
|
||||
- name: Build Project
|
||||
image: maven
|
||||
volumes:
|
||||
- name: cache
|
||||
path: /root/.m2
|
||||
commands:
|
||||
- echo 'Testing'
|
||||
- mvn clean install
|
||||
- ls target
|
||||
|
||||
- name: SendToDingTalk
|
||||
image: lddsb/drone-dingtalk-message
|
||||
|
Loading…
Reference in New Issue
Block a user