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