This commit is contained in:
Dan Ballard 2018-07-06 12:01:59 -05:00
commit da32c18348
1 changed files with 17 additions and 0 deletions

17
.drone.yml Normal file
View File

@ -0,0 +1,17 @@
workspace:
base: /go
pipeline:
fetch:
image: golang
commands:
- wget https://git.openprivacy.ca/openprivacy/buildfiles/raw/master/gogs-notify.sh
notify-gogs:
image: golang
when:
event: pull_request
secrets: [gogs-bot-token]
commands:
- echo "Notifying"
- sh gogs-notify.sh