Additional fixes for strange yaml errors
This commit is contained in:
parent
1d35b9c929
commit
f1e824ce32
|
@ -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:
|
||||
|
|
Loading…
Reference in New Issue