From b8f57bdcc2d5e3d897232e13bade8c1c45f206d3 Mon Sep 17 00:00:00 2001 From: Sthope Date: Mon, 28 Aug 2023 19:38:53 +0200 Subject: [PATCH] Update .drone.yml --- .drone.yml | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/.drone.yml b/.drone.yml index eee88ec..db3e196 100644 --- a/.drone.yml +++ b/.drone.yml @@ -34,5 +34,4 @@ steps: - 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 + grep "browser_download_url.*setup.xbe" | cut -d : -f 2,3 | tr -d \") \ No newline at end of file