From f77c995798cf155f32673a1a3cc6b49d03968ac0 Mon Sep 17 00:00:00 2001 From: "patchback[bot]" <45432694+patchback[bot]@users.noreply.github.com> Date: Fri, 8 Oct 2021 15:10:40 +0200 Subject: [PATCH] Fix shellcheck error. (#220) (#221) (cherry picked from commit 9800da148afa3fc912643962216b8f34f25b937f) 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 35975161..83388833 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