make drone always pull latest

This commit is contained in:
Dan Ballard 2018-07-07 14:19:02 -05:00
parent 51537e699c
commit 28ceec9870
1 changed files with 2 additions and 1 deletions

View File

@ -7,7 +7,8 @@ pipeline:
commands: commands:
- wget https://git.openprivacy.ca/openprivacy/buildfiles/raw/master/gogs-notify.sh - wget https://git.openprivacy.ca/openprivacy/buildfiles/raw/master/gogs-notify.sh
notify-gogs: notify-gogs:
image: mindstab/drone-gogs image: mindstab/drone-gogs:latest
pull: true
when: when:
event: pull_request event: pull_request
secrets: [gogs_account_token] secrets: [gogs_account_token]