Adds execute permission to test runner
Some checks failed
continuous-integration/drone/push Build is failing

This commit is contained in:
2021-08-29 15:26:16 +02:00
parent aed8ba8b75
commit 457d23fb1a

View File

@@ -8,3 +8,5 @@ curl -X GET "https://git.p-epsilon.com/api/v1/repos/Deukhoofd/PokemonScriptTeste
jq '.assets[] | select(.name=="PokemonScriptTester") .browser_download_url ' |
# Download the file at the given url
xargs curl > PokemonScriptTester
chmod +x PokemonScriptTester