From 173a6f5e88870e916dd699f9e20253271022d10a Mon Sep 17 00:00:00 2001 From: sthope Date: Thu, 2 Sep 2021 12:41:42 +0200 Subject: [PATCH] Update '.drone.yml' --- .drone.yml | 21 ++++++++++----------- 1 file changed, 10 insertions(+), 11 deletions(-) diff --git a/.drone.yml b/.drone.yml index 2dcec6f..71e7690 100644 --- a/.drone.yml +++ b/.drone.yml @@ -38,17 +38,16 @@ steps: from_secret: discord_webhook_id DISCORD_WEBHOOK_TOKEN: from_secret: discord_webhook_token - when: - event: - - push - - tag - - pull_request - - deployment - status: - - changed - - failure - - success - + # when: + # event: + # - push + # - tag + # - pull_request + # - deployment + # status: + # - changed + # - failure + # - success message: > {{#success build.status}} ✅ Build #{{build.number}} of `{{repo.name}}` succeeded.