mirror of
https://git.huckle.dev/Huckles-Minecraft-Archive/jpexs-decompiler.git
synced 2026-06-05 18:34:45 +00:00
Max 10 retries for Github upload
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user