commit | bd181a24c48993d35d24dc72767d0a10f1dcbb4f | [log] [tgz] |
---|---|---|
author | Tom Rini <trini@konsulko.com> | Mon Nov 21 12:52:40 2022 -0500 |
committer | Tom Rini <trini@konsulko.com> | Thu Nov 24 16:26:03 2022 -0500 |
tree | 663fa99d51e2e32e28735200a3a2194c0fb6cc8d | |
parent | 8c7b55724c6f9deb6d8a291cba7f932373313b57 [diff] |
CI: Make more use of git safe.directory We have a number of jobs that will have git complain about needing to set safe.directory and this being untrue as a fatal error, but then complete. Set this flag correctly now as it should be used, and may prevent a future failure. Signed-off-by: Tom Rini <trini@konsulko.com> Reviewed-by: Simon Glass <sjg@chromium.org>