From fece08e87cf1242797f777dfbe9adfe5ee825611 Mon Sep 17 00:00:00 2001 From: Dan Ballard Date: Wed, 4 Jul 2018 11:40:28 -0500 Subject: [PATCH] drone notify-gogs event fix when pull_reqyest --- .drone.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.drone.yml b/.drone.yml index 56bebed..4b72fb6 100644 --- a/.drone.yml +++ b/.drone.yml @@ -39,8 +39,8 @@ pipeline: notify-gogs: image: golang when: - event: pull-request + event: pull_request secrets: [BUILDBOT] commands: - echo "Notifying" - - sh gogs-notify.sh \ No newline at end of file + - sh gogs-notify.sh