
21 Nov
2022
21 Nov
'22
11:51 p.m.
On Mon, 21 Nov 2022 at 10:52, Tom Rini trini@konsulko.com wrote:
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
.azure-pipelines.yml | 2 ++ .gitlab-ci.yml | 5 +++++ 2 files changed, 7 insertions(+)
Reviewed-by: Simon Glass sjg@chromium.org