Skip to content

Commit b5ae562

Browse files
author
William Roberts
committed
ci: add git safe directory
Fixes: fatal: detected dubious ownership in repository at '/workspace/tpm2-tss-engine' To add an exception for this directory, call: git config --global --add safe.directory /workspace/tpm2-tss-engine Signed-off-by: William Roberts <william.c.roberts@intel.com>
1 parent 510e0ec commit b5ae562

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

.ci/docker.run

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,8 @@
33

44
set -exo pipefail
55

6+
git config --global --add safe.directory /workspace/tpm2-tss-engine
7+
68
$DOCKER_BUILD_DIR/.ci/get_deps.sh "$(dirname $DOCKER_BUILD_DIR)"
79

810
pushd $DOCKER_BUILD_DIR

0 commit comments

Comments
 (0)