mirror of
https://github.com/anomalyco/opencode.git
synced 2026-05-19 08:09:51 +00:00
chore: generate
This commit is contained in:
parent
386091b79a
commit
ec201623fb
1 changed files with 3 additions and 1 deletions
|
|
@ -326,7 +326,9 @@ async function main() {
|
|||
const matchIdxAfterSmoke = remoteTreesAfterSmoke.indexOf(validatedTree)
|
||||
if (matchIdxAfterSmoke !== -1) {
|
||||
if (matchIdxAfterSmoke !== 0) {
|
||||
console.log(`Beta branch contains this validated sync, but additional commits exist after it. Leaving beta branch as is.`)
|
||||
console.log(
|
||||
`Beta branch contains this validated sync, but additional commits exist after it. Leaving beta branch as is.`,
|
||||
)
|
||||
} else {
|
||||
console.log("Validated beta branch now matches remote contents, no push needed")
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue