drone notify-gogs event fix when pull_reqyest

This commit is contained in:
Dan Ballard 2018-07-04 11:40:28 -05:00
parent e5bce02c7c
commit fece08e87c
1 changed files with 2 additions and 2 deletions

View File

@ -39,8 +39,8 @@ pipeline:
notify-gogs: notify-gogs:
image: golang image: golang
when: when:
event: pull-request event: pull_request
secrets: [BUILDBOT] secrets: [BUILDBOT]
commands: commands:
- echo "Notifying" - echo "Notifying"
- sh gogs-notify.sh - sh gogs-notify.sh