We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 4a18c45 commit f4f3991Copy full SHA for f4f3991
1 file changed
scripts/ci/testing/run_breeze_command_with_retries.sh
@@ -41,3 +41,6 @@ for i in $(seq 1 "$NUMBER_OF_ATTEMPT") ; do
41
set -e
42
sudo service docker restart
43
done
44
+
45
+echo "{COLOR_RED} Tried ${NUMBER_OF_ATTEMPT} times but breeze command failed. Exiting... ${COLOR_RESET}"
46
+exit 1
0 commit comments