diff options
| author | Dax Raad <[email protected]> | 2026-01-30 10:15:45 -0500 |
|---|---|---|
| committer | Dax Raad <[email protected]> | 2026-01-30 10:15:45 -0500 |
| commit | 0a0b54aa4b3ea20f45652bfc9d982922584e8448 (patch) | |
| tree | 6e1c78b7cbb404685a58a0b2e4b05517989471f4 /script/beta.ts | |
| parent | 4a4fc48ee8ee193c73c0be143a06c00c01ba5902 (diff) | |
| download | opencode-0a0b54aa4b3ea20f45652bfc9d982922584e8448.tar.gz opencode-0a0b54aa4b3ea20f45652bfc9d982922584e8448.zip | |
ci
Diffstat (limited to 'script/beta.ts')
| -rwxr-xr-x | script/beta.ts | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/script/beta.ts b/script/beta.ts index 7884fd248..a1a07ce9a 100755 --- a/script/beta.ts +++ b/script/beta.ts @@ -100,7 +100,7 @@ async function main() { skipped.forEach((x) => console.log(` - PR #${x.number}: ${x.reason}`)) 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) { throw new Error(`Failed to push beta branch: ${push.stderr}`) } |
