Commit 709b66b
committed
fix(release): use git -C for robust sandbox git setup
Use explicit git -C $SANDBOX_DIR for all git operations instead of
relying on cd, and add --allow-empty to ensure the initial commit
always succeeds regardless of git version or configuration.1 parent 0989925 commit 709b66b
1 file changed
+6
-6
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
403 | 403 | | |
404 | 404 | | |
405 | 405 | | |
| 406 | + | |
| 407 | + | |
| 408 | + | |
| 409 | + | |
| 410 | + | |
| 411 | + | |
406 | 412 | | |
407 | | - | |
408 | | - | |
409 | | - | |
410 | | - | |
411 | | - | |
412 | | - | |
413 | 413 | | |
414 | 414 | | |
415 | 415 | | |
| |||
0 commit comments