Commit 6a6c735
committed
Print real git fetch errors instead of silencing stderr
Use 'git fetch -q' rather than redirecting stderr to /dev/null, so a genuine
fetch failure (missing branch, network, permissions) surfaces instead of
degrading to the generic 'could not determine merge-base' message. Matches the
fetch in .buildkite/doc.rayci.yml. Addresses reviewer feedback.
Signed-off-by: Douglas Strodtman <douglas@anyscale.com>1 parent 855d41b commit 6a6c735
1 file changed
Lines changed: 1 addition & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
55 | 55 | | |
56 | 56 | | |
57 | 57 | | |
58 | | - | |
| 58 | + | |
59 | 59 | | |
60 | 60 | | |
61 | 61 | | |
| |||
0 commit comments