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 8ac61b0 commit a9b8ea4Copy full SHA for a9b8ea4
src/ci/run.sh
@@ -9,6 +9,10 @@ if [ -n "$CI_JOB_NAME" ]; then
9
fi
10
11
echo "whoami: $(whoami). Home: $HOME"
12
+echo "--- current directory ---"
13
+pwd
14
+ls -l
15
+echo "-------------------------"
16
echo "NO_CHANGE_USER=$NO_CHANGE_USER. LOCAL_USER_ID=$LOCAL_USER_ID"
17
if [ "$NO_CHANGE_USER" = "" ]; then
18
echo "can change user"
0 commit comments