diff --git a/.drone.yml b/.drone.yml index 1a89c3c..44f02bf 100644 --- a/.drone.yml +++ b/.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