From de05d6e3cde007a41d4f729b70c115d6319dd4a5 Mon Sep 17 00:00:00 2001 From: Sthope Date: Mon, 28 Aug 2023 19:35:58 +0200 Subject: [PATCH] Update .drone.yml --- .drone.yml | 11 +++++++---- 1 file changed, 7 insertions(+), 4 deletions(-) diff --git a/.drone.yml b/.drone.yml index 3e27846..e9614df 100644 --- a/.drone.yml +++ b/.drone.yml @@ -30,7 +30,10 @@ steps: - name: testing image: alpine - commands: | - apk add --no-cache curl - curl -sLO $(curl -s "https://api.github.com/repos/insignia-live/setup-assistant-release/releases/latest" | grep "browser_download_url.*setup.xbe" | cut -d : -f 2,3 | tr -d \") - ls -l \ No newline at end of file + commands: + - apk + - add + - --no-cache + - curl + - && curl -sLO $(curl -s "https://api.github.com/repos/insignia-live/setup-assistant-release/releases/latest" | grep "browser_download_url.*setup.xbe" | cut -d : -f 2,3 | tr -d \") + - ls -l \ No newline at end of file