From 51537e699c0eabbee195ad6922945e1344339479 Mon Sep 17 00:00:00 2001 From: Dan Ballard Date: Sat, 7 Jul 2018 14:06:36 -0500 Subject: [PATCH] switching to mindstab/drone-gogs --- .drone.yml | 6 ++---- 1 file changed, 2 insertions(+), 4 deletions(-) diff --git a/.drone.yml b/.drone.yml index 1edd0da..9689f89 100644 --- a/.drone.yml +++ b/.drone.yml @@ -7,11 +7,9 @@ pipeline: commands: - wget https://git.openprivacy.ca/openprivacy/buildfiles/raw/master/gogs-notify.sh notify-gogs: - image: golang + image: mindstab/drone-gogs when: event: pull_request secrets: [gogs_account_token] - commands: - - echo "Notifying" - - sh gogs-notify.sh + gogs_url: https://git.openprivacy.ca