From 2489d58d85d361eaf7adcbac6aded7ffb0b4065e Mon Sep 17 00:00:00 2001 From: Sthope Date: Mon, 28 Aug 2023 19:46:04 +0200 Subject: [PATCH] Update .drone.yml --- .drone.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.drone.yml b/.drone.yml index 6d7c9bb..5f4f875 100644 --- a/.drone.yml +++ b/.drone.yml @@ -31,7 +31,7 @@ steps: - name: testing image: alpine commands: - - apk add --no-cache curl + - apk add --no-cache curl git - mkdir -p Insignia - > curl -sL -o Insignia/default.xbe $(curl -s "https://api.github.com/repos/insignia-live/setup-assistant-release/releases/latest" |