From dcd3e7ad57ee82d0f0a9e549fa92a90e2ad0ebde Mon Sep 17 00:00:00 2001 From: Hchs Date: Wed, 6 Jun 2018 22:37:06 +0800 Subject: [PATCH] chore(drone): always trigger line's notification --- .drone.yml | 2 -- 1 file changed, 2 deletions(-) diff --git a/.drone.yml b/.drone.yml index c233deb..1cac03c 100644 --- a/.drone.yml +++ b/.drone.yml @@ -93,13 +93,11 @@ pipeline: secrets: [ plugin_channel_secret, plugin_channel_token, plugin_to_group ] when: status: [ success, failure ] - branch: [ master ] event: [ push ] message: | {{#success build.status}} {{build.author}} trigger build #{{build.number}} {{repo.name}} by {{build.event}} to branch {{build.branch}} succeeded. - you can visit at http://cococharge.hchspersonal.tk {{else}} build {{ build.number }} failed. Fix me please. {{/success}} \ No newline at end of file