We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 386091b commit ec20162Copy full SHA for ec20162
1 file changed
script/beta.ts
@@ -326,7 +326,9 @@ async function main() {
326
const matchIdxAfterSmoke = remoteTreesAfterSmoke.indexOf(validatedTree)
327
if (matchIdxAfterSmoke !== -1) {
328
if (matchIdxAfterSmoke !== 0) {
329
- console.log(`Beta branch contains this validated sync, but additional commits exist after it. Leaving beta branch as is.`)
+ console.log(
330
+ `Beta branch contains this validated sync, but additional commits exist after it. Leaving beta branch as is.`,
331
+ )
332
} else {
333
console.log("Validated beta branch now matches remote contents, no push needed")
334
}
0 commit comments