From 5ff28c751d5fc4adc02c4a8cb68d805da0295f30 Mon Sep 17 00:00:00 2001 From: "patchback[bot]" <45432694+patchback[bot]@users.noreply.github.com> Date: Fri, 8 Oct 2021 15:10:41 +0200 Subject: [PATCH] Fix shellcheck error. (#303) (#304) (cherry picked from commit c68bfedbaa7486f7972ff25e84323ec0951fcec0) 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 bffd4acc..4bf48ef3 100755 --- a/tests/utils/shippable/shippable.sh +++ b/tests/utils/shippable/shippable.sh @@ -49,7 +49,7 @@ function retry echo "@* -> ${result}" done echo "Command '@*' failed 3 times!" - exit -1 + exit 255 } command -v pip