mirror of
https://schlomp.space/tastytea/hashboot
synced 2024-11-16 14:37:06 +01:00
Fixed download URLs in drone recipe.
This commit is contained in:
parent
89e85108ed
commit
aa95914010
@ -59,12 +59,12 @@ steps:
|
|||||||
- name: download tar.gz
|
- name: download tar.gz
|
||||||
image: plugins/download
|
image: plugins/download
|
||||||
settings:
|
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
|
- name: download zip
|
||||||
image: plugins/download
|
image: plugins/download
|
||||||
settings:
|
settings:
|
||||||
source: https://schlomp.space/tastytea/hashboot/${DRONE_TAG}.zip
|
source: https://schlomp.space/tastytea/hashboot/archive/${DRONE_TAG}.zip
|
||||||
|
|
||||||
- name: signature
|
- name: signature
|
||||||
image: debian:stretch-slim
|
image: debian:stretch-slim
|
||||||
|
Loading…
Reference in New Issue
Block a user