mirror of
https://github.com/alkimake/paperclip.git
synced 2026-06-15 02:20:38 +09:00
Add command-based worktree provisioning
This commit is contained in:
parent
e94ce47ba5
commit
dfbb4f1ccb
11 changed files with 330 additions and 2 deletions
|
|
@ -7,6 +7,8 @@ const executionWorkspaceStrategySchema = z
|
|||
baseRef: z.string().optional().nullable(),
|
||||
branchTemplate: z.string().optional().nullable(),
|
||||
worktreeParentDir: z.string().optional().nullable(),
|
||||
provisionCommand: z.string().optional().nullable(),
|
||||
teardownCommand: z.string().optional().nullable(),
|
||||
})
|
||||
.strict();
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue