From 285349a48167700d2a2aa4dfa46f535d5976157c Mon Sep 17 00:00:00 2001 From: Marvin Steadfast Date: Fri, 18 Jun 2021 13:00:25 +0200 Subject: [PATCH] ci: create-torrent misses zip --- .drone.yml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.drone.yml b/.drone.yml index 8ccf2d2..0c0882d 100644 --- a/.drone.yml +++ b/.drone.yml @@ -65,10 +65,12 @@ steps: - name: swap path: /SWAP commands: + - apk add zip - (cd /tmp; go get -v github.com/cenkalti/rain@v1.6.4) - cd /SWAP - zip 2021-05-07-raspios-buster-armhf-lite.zip 2021-05-07-raspios-buster-armhf-lite.img - rain torrent create -o schnutibox.torrent -f 2021-05-07-raspios-buster-armhf-lite.zip + - ls -lah depends_on: - prepare-image