Skip to content
This repository was archived by the owner on Feb 27, 2019. It is now read-only.

Commit 637190f

Browse files
committed
try a sleep between uploads as a workaround of github errors
1 parent f4129d3 commit 637190f

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

scripts/upload.js

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -61,4 +61,6 @@ combinations.full().forEach(options => {
6161
filePath: combinationPath
6262
});
6363
console.log('Upload response', uploadResponse);
64+
65+
exec('sleep', [3]);
6466
});

0 commit comments

Comments
 (0)