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

This commit is contained in:
李寻欢 2020-01-04 16:33:14 +08:00
parent eff34f77c8
commit db5adc422f
1 changed files with 7 additions and 3 deletions

View File

@ -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