From 9376f2f075f2475bdaa5f6df158f35479c781fd6 Mon Sep 17 00:00:00 2001 From: Malena Ebert Date: Tue, 5 Jan 2021 09:18:00 +0100 Subject: [PATCH] Cleanup travis run_iris script --- .travis/run_iris.sh | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.travis/run_iris.sh b/.travis/run_iris.sh index 9abfc2813a1..0ea8cc7476f 100755 --- a/.travis/run_iris.sh +++ b/.travis/run_iris.sh @@ -13,7 +13,7 @@ HTTP_CODE=$(\ if [ "$HTTP_CODE" != "200" ]; then echo "Download $VERSION failed -> $HTTP_CODE" - exit -1 + exit 1 else echo "Downloaded $VERSION" fi @@ -24,4 +24,4 @@ java -Diris.projectKey=org.sonarsource.sonarqube:sonarqube \ -Diris.destination.url=$SONAR_HOST_URL \ -Diris.destination.token=$SONAR_TOKEN \ -Diris.maxcountposts=50 \ - -jar iris-[RELEASE]-jar-with-dependencies.jar + -jar iris-\[RELEASE\]-jar-with-dependencies.jar -- 2.39.5