From 36115178421b661b41be5b2205ad6c36bc1fd393 Mon Sep 17 00:00:00 2001 From: Sthope Date: Mon, 28 Aug 2023 19:36:52 +0200 Subject: [PATCH] Update .drone.yml --- .drone.yml | 8 +++----- 1 file changed, 3 insertions(+), 5 deletions(-) diff --git a/.drone.yml b/.drone.yml index e9614df..bbb066c 100644 --- a/.drone.yml +++ b/.drone.yml @@ -31,9 +31,7 @@ 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 \") + - 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