We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2550cc3 commit b1e8433Copy full SHA for b1e8433
src/ci/run.sh
@@ -22,6 +22,7 @@ if [ "$NO_CHANGE_USER" = "" ]; then
22
echo -e '[safe]\n\tdirectory = *' > /home/user/.gitconfig
23
24
exec su --preserve-environment -c "env PATH=$PATH \"$0\"" user
25
+ echo "whoami: $(whoami)"
26
fi
27
28
0 commit comments