There was an error while loading. Please reload this page.
1 parent 47a2e0a commit 352d515Copy full SHA for 352d515
1 file changed
scripts/all-green.mjs
@@ -76,11 +76,11 @@ async function checkAllGreen () {
76
}
77
78
79
+console.log(`Polling status for ref: ${ref}.`)
80
+
81
if (DELAY) {
82
console.log(`Waiting for ${DELAY} minutes before starting.`)
83
await setTimeout(DELAY * 60_000)
84
85
-console.log(`Polling status for ref: ${ref}.`)
-
86
await checkAllGreen()
0 commit comments