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