Skip to content

Commit 4556d7a

Browse files
authored
Add safe.directory
1 parent 6374269 commit 4556d7a

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

entrypoint.sh

+1
Original file line numberDiff line numberDiff line change
@@ -45,6 +45,7 @@ if [[ $? == 0 ]] ;then
4545
echo "Committing to Current Branch"
4646
echo "============================"
4747

48+
git config --global --add safe.directory $PWD
4849
git config --global user.email "$email"
4950
git config --global user.name "$name"
5051
git config --global push.default current

0 commit comments

Comments
 (0)