Remove email step from drone
continuous-integration/drone/pr Build is failing Details

This commit is contained in:
Dan Ballard 2022-09-08 08:53:51 -07:00
parent c8f807ac7d
commit bdb9ac5db4
1 changed files with 0 additions and 10 deletions

View File

@ -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