Skip to content

Commit 738cd1e

Browse files
authored
Merge pull request #96 from boesing/bugfix/git-safe-directory
GIT `safe-directory` bugfix
2 parents 91b0a25 + acd284e commit 738cd1e

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

entrypoint.sh

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -65,6 +65,7 @@ function checkout {
6565
fi
6666
}
6767

68+
git config --global --add safe.directory '*'
6869
checkout
6970

7071
DIFF=

0 commit comments

Comments
 (0)