drone: always pull new images
This commit is contained in:
parent
c4b4522dc7
commit
a25672c039
|
@ -1,6 +1,7 @@
|
||||||
pipeline:
|
pipeline:
|
||||||
download:
|
download:
|
||||||
image: plugins/download
|
image: plugins/download
|
||||||
|
pull: true
|
||||||
source: https://schlomp.space/attachments/dbc2b2b0-86c9-4aee-ac99-9cb9e91a82ed
|
source: https://schlomp.space/attachments/dbc2b2b0-86c9-4aee-ac99-9cb9e91a82ed
|
||||||
destination: mastodon-cpp.deb
|
destination: mastodon-cpp.deb
|
||||||
build:
|
build:
|
||||||
|
@ -17,6 +18,7 @@ pipeline:
|
||||||
- make install DESTDIR=install
|
- make install DESTDIR=install
|
||||||
notify:
|
notify:
|
||||||
image: drillster/drone-email
|
image: drillster/drone-email
|
||||||
|
pull: true
|
||||||
host: cryptoparty-celle.de
|
host: cryptoparty-celle.de
|
||||||
secrets: [ email_username, email_password ]
|
secrets: [ email_username, email_password ]
|
||||||
from: drone@tzend.de
|
from: drone@tzend.de
|
||||||
|
|
Loading…
Reference in New Issue
Block a user