From ffe3da6c4ee036fca8bd9d9a8195ee72d34db6bc Mon Sep 17 00:00:00 2001 From: Sarah Jamie Lewis Date: Thu, 16 Feb 2023 13:48:47 -0800 Subject: [PATCH] Remove Email Step from Drone --- .drone.yml | 11 ----------- 1 file changed, 11 deletions(-) diff --git a/.drone.yml b/.drone.yml index 0fd09e19..32448aec 100644 --- a/.drone.yml +++ b/.drone.yml @@ -138,17 +138,6 @@ steps: - cd .. - scp -r -o StrictHostKeyChecking=no -i ~/id_rsa $DIR buildfiles@build.openprivacy.ca:/home/buildfiles/buildfiles/ - - name: notify-email - image: drillster/drone-email - pull: if-not-exists - settings: - host: build.openprivacy.ca - port: 25 - skip_verify: true - from: drone@openprivacy.ca - when: - status: [ failure ] - - name: notify-gogs image: openpriv/drone-gogs pull: if-not-exists