From 35138d2408ed38d3e61d90087bec6375956bf8e4 Mon Sep 17 00:00:00 2001 From: Chris Hofstaedtler Date: Tue, 10 Dec 2024 14:54:25 +0100 Subject: [PATCH] safe dir for git --- test/gha-build-iso.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/test/gha-build-iso.sh b/test/gha-build-iso.sh index c2a519eb..98d92240 100755 --- a/test/gha-build-iso.sh +++ b/test/gha-build-iso.sh @@ -22,4 +22,4 @@ linux-image-arm64 EOT docker run -i --rm --volume "${PWD}:/source" -e SKIP_SOURCES=1 -e DO_DAILY_UPLOAD=0 -w /source debian:"$HOST_RELEASE" bash -c \ - "apt-get update -qq && apt-get satisfy -q -y --no-install-recommends 'git, ca-certificates' && ls -la /source && git describe --debug --always && /source/build-driver/build /source daily /source/build-gha-ci-test-config ghaci amd64 testing" + "apt-get update -qq && apt-get satisfy -q -y --no-install-recommends 'git, ca-certificates' && git config --global --add safe.directory /source && ls -la /source && git describe --debug --always && /source/build-driver/build /source daily /source/build-gha-ci-test-config ghaci amd64 testing"