From aa959140105df22833f55f60b6628c62876ddd34 Mon Sep 17 00:00:00 2001 From: tastytea Date: Thu, 20 Jun 2019 16:54:35 +0200 Subject: [PATCH] Fixed download URLs in drone recipe. --- .drone.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.drone.yml b/.drone.yml index b0d9cc5..5a92175 100644 --- a/.drone.yml +++ b/.drone.yml @@ -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