From 77c375e7d24ff6b503c62ab67d8d5211f995dbec Mon Sep 17 00:00:00 2001 From: Peter Stuifzand Date: Wed, 16 Jan 2019 12:08:58 +0100 Subject: [PATCH] Change .drone.yml notifciation webhook --- .drone.yml | 14 +------------- 1 file changed, 1 insertion(+), 13 deletions(-) diff --git a/.drone.yml b/.drone.yml index fe82820..80d3e9d 100644 --- a/.drone.yml +++ b/.drone.yml @@ -20,17 +20,5 @@ pipeline: settings: debug: true secrets: - - source: success_webhook + - source: result_webhook target: plugin_urls - when: - status: [success] - - notify_failure: - image: plugins/webhook - settings: - debug: true - secrets: - - source: failure_webhook - target: plugin_urls - when: - status: [failure]