Commit 73f04df
fix: surface actual git clone error in build logs
CalledProcessError only shows exit code, not stderr. Log the real
error message (e.g. permission denied, auth failure) to make
debugging clone failures straightforward.
Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>1 parent 21c53cf commit 73f04df
1 file changed
+5
-2
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
79 | 79 | | |
80 | 80 | | |
81 | 81 | | |
82 | | - | |
| 82 | + | |
83 | 83 | | |
84 | | - | |
85 | 84 | | |
86 | 85 | | |
87 | 86 | | |
| 87 | + | |
| 88 | + | |
| 89 | + | |
| 90 | + | |
88 | 91 | | |
89 | 92 | | |
90 | 93 | | |
| |||
0 commit comments