From 4c9d9387c9186b434a2cb19b0f839d78178ebcb8 Mon Sep 17 00:00:00 2001 From: Klaus Hartl Date: Wed, 13 Apr 2022 17:47:21 +0200 Subject: [PATCH] Add safe directory git config --- entrypoint.sh | 1 + 1 file changed, 1 insertion(+) diff --git a/entrypoint.sh b/entrypoint.sh index ddde6e2..169842c 100755 --- a/entrypoint.sh +++ b/entrypoint.sh @@ -2,4 +2,5 @@ set -e +sh -c "git config --global --add safe.directory $PWD" sh -c "echo $* | /talisman --githook pre-push"