We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 288f1c1 commit 7cde843Copy full SHA for 7cde843
1 file changed
tools/deno/bump-omicron.ts
@@ -147,6 +147,10 @@ async function makeOmicronPR(
147
const prNum = prUrl.match(/\d+$/)![0]
148
await $`gh pr merge ${prNum} --auto --squash`
149
console.info('PR set to auto-merge when CI passes')
150
+
151
+ // change dir back to omicron before worktree cleanup because Deno gets
152
+ // confused later when it tries to do anything while still in the deleted dir
153
+ Deno.chdir(OMICRON_DIR)
154
}
155
156
// worktree has been cleaned up, so branch delete is allowed
0 commit comments