Fixed download URLs in drone recipe.
continuous-integration/drone/push Build is failing Details
continuous-integration/drone/tag Build encountered an error Details

This commit is contained in:
tastytea 2019-06-20 16:54:35 +02:00
parent 89e85108ed
commit aa95914010
Signed by: tastytea
GPG Key ID: CFC39497F1B26E07
1 changed files with 2 additions and 2 deletions

View File

@ -59,12 +59,12 @@ steps:
- name: download tar.gz
image: plugins/download
settings:
source: https://schlomp.space/tastytea/hashboot/${DRONE_TAG}.tar.gz
source: https://schlomp.space/tastytea/hashboot/archive/${DRONE_TAG}.tar.gz
- name: download zip
image: plugins/download
settings:
source: https://schlomp.space/tastytea/hashboot/${DRONE_TAG}.zip
source: https://schlomp.space/tastytea/hashboot/archive/${DRONE_TAG}.zip
- name: signature
image: debian:stretch-slim