gogs-notify-test/.drone.yml

17 lines
344 B
YAML
Raw Permalink Normal View History

2018-07-06 17:01:59 +00:00
workspace:
base: /go
pipeline:
fetch:
image: golang
commands:
- wget https://git.openprivacy.ca/openprivacy/buildfiles/raw/master/gogs-notify.sh
notify-gogs:
2018-07-07 19:20:32 +00:00
image: mindstab/drone-gogs:latest
2018-07-07 19:19:02 +00:00
pull: true
2018-07-06 17:01:59 +00:00
when:
event: pull_request
2018-07-06 17:06:39 +00:00
secrets: [gogs_account_token]
2018-07-07 19:06:36 +00:00
gogs_url: https://git.openprivacy.ca
2018-07-06 17:01:59 +00:00