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