From 65e7877bdfa82a69bbf3420ec47b5b81b0daf089 Mon Sep 17 00:00:00 2001 From: James Mills <1290234+prologic@users.noreply.github.com> Date: Wed, 20 Mar 2019 07:08:10 +1000 Subject: [PATCH] Remove notify step for now --- .drone.yml | 10 ---------- 1 file changed, 10 deletions(-) diff --git a/.drone.yml b/.drone.yml index a9ad27a..46e8071 100644 --- a/.drone.yml +++ b/.drone.yml @@ -12,13 +12,3 @@ steps: settings: token: from_secret: codecov-token - - - name: notify - image: plugins/webhook - settings: - urls: - - https://msgbus.mills.io/ci.mills.io - when: - status: - - success - - failure