diff --git a/.drone.yml b/.drone.yml index c2dfb08..0971467 100644 --- a/.drone.yml +++ b/.drone.yml @@ -8,9 +8,9 @@ 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: diff --git a/PokemonScriptTester b/PokemonScriptTester new file mode 100644 index 0000000..e69de29