mirror of
https://github.com/espressif/openthread.git
synced 2026-08-03 17:37:46 +00:00
[size-report] retry multiple times (#5111)
This commit is contained in:
+1
-1
@@ -156,7 +156,7 @@ size_nrf52840()
|
||||
reporter=markdown
|
||||
else
|
||||
reporter=./size-report
|
||||
curl -s "${SIZE_REPORT_URL}/bash" >size-report
|
||||
curl -s --retry 5 "${SIZE_REPORT_URL}/bash" >size-report
|
||||
chmod a+x size-report
|
||||
export OT_SHA_NEW OT_SHA_OLD
|
||||
fi
|
||||
|
||||
Reference in New Issue
Block a user