We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 7d356eb commit 572ba97Copy full SHA for 572ba97
src/ci/run.sh
@@ -19,7 +19,7 @@ if [ "$NO_CHANGE_USER" = "" ]; then
19
# already be running with the right user.
20
#
21
# For NO_CHANGE_USER done in the small number of Dockerfiles affected.
22
- echo -e '[safe]\n\tdirectory = *' > /home/user/gitconfig
+ echo -e '[safe]\n\tdirectory = *' > /home/user/.gitconfig
23
24
exec su --preserve-environment -c "env PATH=$PATH \"$0\"" user
25
fi
0 commit comments