Skip to content

Commit

Permalink
safe dir for git
Browse files Browse the repository at this point in the history
  • Loading branch information
zeha committed Dec 10, 2024
1 parent 6b23597 commit 35138d2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/gha-build-iso.sh
Original file line number Diff line number Diff line change
Expand Up @@ -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"

0 comments on commit 35138d2

Please sign in to comment.