From a9d231888586bf3c1ef23adf24ae78b0582083d5 Mon Sep 17 00:00:00 2001 From: pocketjawa Date: Sat, 27 Apr 2019 14:05:07 -0400 Subject: [PATCH] Notify Discord when tests pass and fail --- .drone.yml | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/.drone.yml b/.drone.yml index a04fdb2..449daf7 100644 --- a/.drone.yml +++ b/.drone.yml @@ -17,6 +17,10 @@ steps: - ./discord-buttsbot-go -test - name: discord image: appleboy/drone-discord + when: + status: + - success + - failure settings: webhook_id: from_secret: discord_webhook_id