From bdb9ac5db4393a4535eeb2d437dc4418a1380a39 Mon Sep 17 00:00:00 2001 From: Dan Ballard Date: Thu, 8 Sep 2022 08:53:51 -0700 Subject: [PATCH] Remove email step from drone --- .drone.yml | 10 ---------- 1 file changed, 10 deletions(-) diff --git a/.drone.yml b/.drone.yml index 26e3d7e..feb1374 100644 --- a/.drone.yml +++ b/.drone.yml @@ -48,16 +48,6 @@ steps: commands: - export PATH=`pwd`:$PATH - go test -race -v cwtch.im/cwtch/testing/filesharing - - name: notify-email - image: drillster/drone-email - pull: if-not-exists - host: build.openprivacy.ca - port: 25 - skip_verify: true - from: drone@openprivacy.ca - when: - event: [ push, pull_request ] - status: [ failure ] - name: notify-gogs image: openpriv/drone-gogs pull: if-not-exists