diff --git a/.drone.yml b/.drone.yml index 108c9e9..63cd675 100644 --- a/.drone.yml +++ b/.drone.yml @@ -10,4 +10,4 @@ steps: - name: Run-Tests image: deukhoofd/linux64builder commands: - - ./PokemonScriptTester -t + - ./PokemonScriptTester -t --force-color diff --git a/fetch_tester.sh b/fetch_tester.sh index 3ba008d..4d9b4aa 100755 --- a/fetch_tester.sh +++ b/fetch_tester.sh @@ -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" |