Browse Source

test

master
cobb 3 years ago
parent
commit
e0e3f53946
  1. 62
      .drone.yml

62
.drone.yml

@ -88,37 +88,37 @@ steps:
- push
- tag
- name: feishu-notification
pull: if-not-exists
image: serialt/drone-feishu-message
depends_on:
- build
- publish
- deploy
settings:
token: 5072d4ac-febf-4b35-87f8-caab612785b7
secret: ElkWgQETGKlfXTH8GiEDc8jOYMpD65pZ
sha_link: true
when:
status:
- failure
event:
- push
- name: feishu-notification-success
pull: if-not-exists
image: ghcr.io/drizztdu/drone-feishu:linux-amd64
depends_on:
- build
- publish
- deploy
settings:
Webhook: https://open.feishu.cn/open-apis/bot/v2/hook/5072d4ac-febf-4b35-87f8-caab612785b7
when:
status:
- success
event:
- push
# - name: feishu-notification
# pull: if-not-exists
# image: serialt/drone-feishu-message
# depends_on:
# - build
# - publish
# - deploy
# settings:
# token: 5072d4ac-febf-4b35-87f8-caab612785b7
# secret: ElkWgQETGKlfXTH8GiEDc8jOYMpD65pZ
# sha_link: true
# when:
# status:
# - failure
# event:
# - push
# - name: feishu-notification-success
# pull: if-not-exists
# image: ghcr.io/drizztdu/drone-feishu:linux-amd64
# depends_on:
# - build
# - publish
# - deploy
# settings:
# Webhook: https://open.feishu.cn/open-apis/bot/v2/hook/5072d4ac-febf-4b35-87f8-caab612785b7
# when:
# status:
# - success
# event:
# - push
# golang win编译
- name: win-build

Loading…
Cancel
Save