mirror of
https://github.com/anomalyco/opencode.git
synced 2026-02-01 22:48:16 +00:00
ci
This commit is contained in:
@@ -100,7 +100,7 @@ async function main() {
|
|||||||
skipped.forEach((x) => console.log(` - PR #${x.number}: ${x.reason}`))
|
skipped.forEach((x) => console.log(` - PR #${x.number}: ${x.reason}`))
|
||||||
|
|
||||||
console.log("\nForce pushing beta branch...")
|
console.log("\nForce pushing beta branch...")
|
||||||
const push = await $`git push origin beta --force`.nothrow()
|
const push = await $`git push origin beta --force --no-verify`.nothrow()
|
||||||
if (push.exitCode !== 0) {
|
if (push.exitCode !== 0) {
|
||||||
throw new Error(`Failed to push beta branch: ${push.stderr}`)
|
throw new Error(`Failed to push beta branch: ${push.stderr}`)
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user