From 90e39869a913f8ffe5634e51796ab417b1fd6468 Mon Sep 17 00:00:00 2001 From: Dan Ballard Date: Sat, 7 Jul 2018 20:16:43 -0500 Subject: [PATCH] drone: move to drone-gogs --- .drone.yml | 8 +++----- 1 file changed, 3 insertions(+), 5 deletions(-) diff --git a/.drone.yml b/.drone.yml index 0728b9a..aa3a33e 100644 --- a/.drone.yml +++ b/.drone.yml @@ -37,10 +37,8 @@ pipeline: when: status: [ success, changed, failure ] notify-gogs: - image: golang + image: mindstab/drone-gogs when: event: pull_request - secrets: [BUILDBOT] - commands: - - echo "Notifying" - - sh gogs-notify.sh + secrets: [gogs_account_token] + gogs_url: https://git.openprivacy.ca