ci-demo/.drone.yml
李寻欢 eff34f77c8
All checks were successful
continuous-integration/drone/push Build is passing
🔧 修改自动打包为Master分支打Tag才触发
2020-01-04 16:25:02 +08:00

21 lines
415 B
YAML

kind: pipeline
name: pipeline-example-maven
steps:
- name: TestEcho
image: alpine:latest
commands:
- echo 'Testing'
- name: SendToDingTalk
image: lddsb/drone-dingtalk-message
settings:
token: af1973914f3b2af28fe7fb96c424a557059d4d3af5cba33b31d6640e8538ba45
type: markdown
message_color: true
message_pic: true
sha_link: true
trigger:
branch:
- master