From 0cb798093af3af04d16d209103733a8e760a50be Mon Sep 17 00:00:00 2001 From: Peter Stuifzand Date: Sat, 12 Jan 2019 16:55:31 +0100 Subject: [PATCH] Add debug info to drone --- .drone.yml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.drone.yml b/.drone.yml index 624fd8a..a67b706 100644 --- a/.drone.yml +++ b/.drone.yml @@ -18,6 +18,7 @@ pipeline: notify: image: plugins/webhook settings: + debug: true urls: from_secret: success_webhook when: @@ -26,6 +27,7 @@ pipeline: notify_failure: image: plugins/webhook settings: + debug: true urls: from_secret: failure_webhook when: