Removing notify for now to commit valid drone step

This commit is contained in:
Sarah Jamie Lewis 2018-06-30 05:53:22 +00:00
bovenliggende 8bd9da974d
commit 0d7f51dd86
1 gewijzigde bestanden met toevoegingen van 1 en 11 verwijderingen

Bestand weergeven

@ -10,14 +10,4 @@ pipeline:
- go get -u github.com/golang/lint/golint
- go list ./... | xargs go vet
- go list ./... | xargs golint -set_exit_status
- sh testing/tests.sh
pipeline:
notify:
image: drillster/drone-email
host: build.openprivacy.ca
port: 25
skip_verify: true
from: dan@openprivacy.ca
when:
status: [ success, changed, failure ]
- sh testing/tests.sh