From c364e6611453f11acb2b09d458de0fbb27290fe1 Mon Sep 17 00:00:00 2001 From: "patchback[bot]" <45432694+patchback[bot]@users.noreply.github.com> Date: Fri, 8 Oct 2021 16:22:24 +0200 Subject: [PATCH] Fix shellcheck error. (#3531) (#3533) (cherry picked from commit d1f820ed06a55e5ca643346c237d7e1da45b78e2) Co-authored-by: Felix Fontein --- 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 9c8a6067bd..43734a6b90 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 255 } command -v pip