Skip to content

Commit 8ac61b0

Browse files
committed
print home
1 parent b3ca0a1 commit 8ac61b0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/ci/run.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ if [ -n "$CI_JOB_NAME" ]; then
88
echo "[CI_JOB_NAME=$CI_JOB_NAME]"
99
fi
1010

11-
echo "whoami: $(whoami)"
11+
echo "whoami: $(whoami). Home: $HOME"
1212
echo "NO_CHANGE_USER=$NO_CHANGE_USER. LOCAL_USER_ID=$LOCAL_USER_ID"
1313
if [ "$NO_CHANGE_USER" = "" ]; then
1414
echo "can change user"

0 commit comments

Comments
 (0)