Browse Source

fix

master
cobb 4 years ago
parent
commit
8006fc3869
  1. 6
      .drone.yml

6
.drone.yml

@ -90,6 +90,10 @@ steps:
- name: feishu-notification - name: feishu-notification
pull: if-not-exists pull: if-not-exists
image: serialt/drone-feishu-message image: serialt/drone-feishu-message
depends_on:
- build
- publish
- deploy
settings: settings:
token: 5072d4ac-febf-4b35-87f8-caab612785b7 token: 5072d4ac-febf-4b35-87f8-caab612785b7
secret: ElkWgQETGKlfXTH8GiEDc8jOYMpD65pZ secret: ElkWgQETGKlfXTH8GiEDc8jOYMpD65pZ
@ -97,6 +101,8 @@ steps:
when: when:
status: status:
- failure - failure
event:
- push
# golang win编译 # golang win编译
- name: win-build - name: win-build

Loading…
Cancel
Save