From 7eaab8476bb98b1668302d4fa607a44a93ffb26a Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Jindra=20Pet=C5=99=C3=ADk?= Date: Sun, 30 Oct 2022 21:34:51 +0100 Subject: [PATCH] Max 10 retries for Github upload --- cicd_scripts/script.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/cicd_scripts/script.sh b/cicd_scripts/script.sh index 93ff42595..4d9bfa4fb 100644 --- a/cicd_scripts/script.sh +++ b/cicd_scripts/script.sh @@ -145,7 +145,7 @@ if [ "$DO_DEPLOY" == 1 ]; then NUM_FILES=`echo "$DEPLOY_ATTACH_FILES_JSON"|jq ".|length"` set +e - MAX_RETRY=3; + MAX_RETRY=10; NUM_RETRY=0 for (( i=0; i<$NUM_FILES; i++ )) do