From f1e824ce3273d63a9f6c489bc86ee11356d33ca1 Mon Sep 17 00:00:00 2001 From: Deukhoofd Date: Sun, 29 Aug 2021 13:20:26 +0200 Subject: [PATCH] Additional fixes for strange yaml errors --- .drone.yml | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/.drone.yml b/.drone.yml index 0971467..bf32740 100644 --- a/.drone.yml +++ b/.drone.yml @@ -8,9 +8,7 @@ steps: environment: TESTERVERSION: 0.0.1 commands: - - 'curl -X GET "https://git.p-epsilon.com/api/v1/repos/Deukhoofd/PokemonScriptTester/releases/tags/$TESTERVERSION" -H "accept: application/json" |\ - jq \'.assets[] | select(.name=="PokemonScriptTester") .browser_download_url \' |\ - xargs curl > PokemonScriptTester' + - 'curl -X GET "https://git.p-epsilon.com/api/v1/repos/Deukhoofd/PokemonScriptTester/releases/tags/$TESTERVERSION" -H "accept: application/json" | jq \'.assets[] | select(.name=="PokemonScriptTester") .browser_download_url \' | xargs curl > PokemonScriptTester' - name: Run-Tests image: deukhoofd/linux64builder commands: