From 7581286fec91524d51185339c562cfff3c00fa47 Mon Sep 17 00:00:00 2001 From: tastytea Date: Tue, 19 Jun 2018 09:35:21 +0200 Subject: [PATCH] drone: always pull new images --- .drone.yml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.drone.yml b/.drone.yml index a1c5840..7a79a5f 100644 --- a/.drone.yml +++ b/.drone.yml @@ -1,6 +1,7 @@ pipeline: download: image: plugins/download + pull: true source: https://schlomp.space/attachments/b3119713-4c05-4acc-9cb4-460b15e19279 destination: mastodon-cpp.deb build: @@ -17,6 +18,7 @@ pipeline: - make install DESTDIR=install notify: image: drillster/drone-email + pull: true host: cryptoparty-celle.de secrets: [ email_username, email_password ] from: drone@tzend.de