We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5c331a0 commit d652e61Copy full SHA for d652e61
start.js
@@ -57,6 +57,7 @@ const main = async () => {
57
let attempt = 0;
58
59
while (attempt < retry) {
60
+ console.log('Push attempt ' + attempt + '...');
61
++attempt;
62
await exec('bash', [path.join(__dirname, './start.sh')], {
63
env: {
0 commit comments