Update tester version, force colour
continuous-integration/drone/push Build is passing Details

This commit is contained in:
Deukhoofd 2021-09-07 19:56:33 +02:00
parent 85a7874555
commit 6560cd5752
Signed by: Deukhoofd
GPG Key ID: F63E044490819F6F
2 changed files with 2 additions and 2 deletions

View File

@ -10,4 +10,4 @@ steps:
- name: Run-Tests
image: deukhoofd/linux64builder
commands:
- ./PokemonScriptTester -t
- ./PokemonScriptTester -t --force-color

View File

@ -1,6 +1,6 @@
#!/bin/sh
TESTERVERSION=0.0.3
TESTERVERSION=0.0.4
# Get the release information from the api for the specified version
curl -X GET "https://git.p-epsilon.com/api/v1/repos/Deukhoofd/PokemonScriptTester/releases/tags/$TESTERVERSION" -H "accept: application/json" |