connectivity/.drone.yml

25 lines
604 B
YAML
Raw Normal View History

2020-06-25 19:40:07 +00:00
workspace:
base: /media/sf_GOPATH1/src/git.openprivacy.ca/openprivacy/
path: connectivity
pipeline:
notify-email:
image: drillster/drone-email
host: build.openprivacy.ca
port: 25
skip_verify: true
from: drone@openprivacy.ca
when:
repo: openprivacy/connectivity
branch: master
status: [ failure ]
notify-gogs:
image: openpriv/drone-gogs
when:
repo: openprivacy/connectivity
branch: master
event: pull_request
status: [ success, changed, failure ]
secrets: [gogs_account_token]
gogs_url: https://git.openprivacy.ca