From 60084eb16358cf0841c94bb2271367a7ba240109 Mon Sep 17 00:00:00 2001 From: Martijn de Boer Date: Sat, 29 Oct 2022 13:51:13 +0200 Subject: [PATCH] drone --- .drone.yml | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/.drone.yml b/.drone.yml index 0ef0a18..acaff3d 100644 --- a/.drone.yml +++ b/.drone.yml @@ -10,8 +10,9 @@ steps: - name: build image: bash commands: - - apt-get update - - apt-get -y install curl zip unzip + - apk update + - apk upgrade + - apk --no-cache add curl zip - curl -s -L https://github.com/dmoa/love-export/releases/download/v1.2/install.sh | bash - love-export -D - ls