Skip to content

Commit 352d515

Browse files
committed
move initial message to top
1 parent 47a2e0a commit 352d515

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

scripts/all-green.mjs

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -76,11 +76,11 @@ async function checkAllGreen () {
7676
}
7777
}
7878

79+
console.log(`Polling status for ref: ${ref}.`)
80+
7981
if (DELAY) {
8082
console.log(`Waiting for ${DELAY} minutes before starting.`)
8183
await setTimeout(DELAY * 60_000)
8284
}
8385

84-
console.log(`Polling status for ref: ${ref}.`)
85-
8686
await checkAllGreen()

0 commit comments

Comments
 (0)