From 513c51376bd906cd7a504e387a6f3b56ee6d32ed Mon Sep 17 00:00:00 2001 From: Sarah Jamie Lewis Date: Thu, 25 Jun 2020 12:40:07 -0700 Subject: [PATCH] drone yml --- .drone.yml | 24 ++++++++++++++++++++++++ 1 file changed, 24 insertions(+) create mode 100644 .drone.yml diff --git a/.drone.yml b/.drone.yml new file mode 100644 index 0000000..14ec82e --- /dev/null +++ b/.drone.yml @@ -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