From 8e216af94f0f432ba462783eca74e299d763f206 Mon Sep 17 00:00:00 2001 From: Sthope Date: Mon, 28 Aug 2023 19:33:11 +0200 Subject: [PATCH] Update .drone.yml --- .drone.yml | 7 +++---- 1 file changed, 3 insertions(+), 4 deletions(-) diff --git a/.drone.yml b/.drone.yml index b03f819..9a8592a 100644 --- a/.drone.yml +++ b/.drone.yml @@ -1,3 +1,4 @@ +## https://github.com/insignia-live/setup-assistant-release kind: pipeline name: release @@ -30,8 +31,6 @@ steps: - name: testing image: alpine commands: - - apk add --no-cache git - - git clone https://github.com/insignia-live/setup-assistant-release.git + - 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 - - cd setup-assistant-release - - ls -l \ No newline at end of file