drone yml

This commit is contained in:
Sarah Jamie Lewis 2020-06-25 12:40:07 -07:00
parent b076b8bad6
commit 513c51376b
1 changed files with 24 additions and 0 deletions

24
.drone.yml Normal file
View File

@ -0,0 +1,24 @@
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