Skip to content

Commit a9b8ea4

Browse files
committed
debug
1 parent 8ac61b0 commit a9b8ea4

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

src/ci/run.sh

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,10 @@ if [ -n "$CI_JOB_NAME" ]; then
99
fi
1010

1111
echo "whoami: $(whoami). Home: $HOME"
12+
echo "--- current directory ---"
13+
pwd
14+
ls -l
15+
echo "-------------------------"
1216
echo "NO_CHANGE_USER=$NO_CHANGE_USER. LOCAL_USER_ID=$LOCAL_USER_ID"
1317
if [ "$NO_CHANGE_USER" = "" ]; then
1418
echo "can change user"

0 commit comments

Comments
 (0)