Commit ae9462d
committed
ci: fix git 'dubious ownership' spam in NVHPC Docker container
The repo is bind-mounted into the container from the host runner, so
git sees a different owner and emits 'fatal: detected dubious ownership'
on every git command. This causes the test runner to dump the git diff
help text 546 times (once per test), bloating the CI log to 80,000+ lines.
Fix: git config --global --add safe.directory /workspace in Setup NVHPC.1 parent fb18e49 commit ae9462d
1 file changed
Lines changed: 5 additions & 0 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
310 | 310 | | |
311 | 311 | | |
312 | 312 | | |
| 313 | + | |
| 314 | + | |
| 315 | + | |
| 316 | + | |
| 317 | + | |
313 | 318 | | |
314 | 319 | | |
315 | 320 | | |
| |||
0 commit comments