From 28ceec9870b8c487dc3f3393a5f62ebc9bce1ffa Mon Sep 17 00:00:00 2001 From: Dan Ballard Date: Sat, 7 Jul 2018 14:19:02 -0500 Subject: [PATCH] make drone always pull latest --- .drone.yml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/.drone.yml b/.drone.yml index 9689f89..e2c0861 100644 --- a/.drone.yml +++ b/.drone.yml @@ -7,7 +7,8 @@ pipeline: commands: - wget https://git.openprivacy.ca/openprivacy/buildfiles/raw/master/gogs-notify.sh notify-gogs: - image: mindstab/drone-gogs + image: mindstab/drone-gogs:latest + pull: true when: event: pull_request secrets: [gogs_account_token]