From 5781f54a1a415472ef0805470e3cf2d581ea8da4 Mon Sep 17 00:00:00 2001 From: Hideki Saito Date: Mon, 20 Dec 2021 00:31:40 +0900 Subject: [PATCH] Fix exit cord to address shellcheck error Signed-off-by: Hideki Saito --- tests/utils/shippable/shippable.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tests/utils/shippable/shippable.sh b/tests/utils/shippable/shippable.sh index 3a56ac6..eb7e899 100755 --- a/tests/utils/shippable/shippable.sh +++ b/tests/utils/shippable/shippable.sh @@ -50,7 +50,7 @@ function retry echo "@* -> ${result}" done echo "Command '@*' failed 3 times!" - exit -1 + exit 1 } command -v pip