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 1200473 commit 6b9ed61Copy full SHA for 6b9ed61
src/ci/run.sh
@@ -8,6 +8,7 @@ if [ -n "$CI_JOB_NAME" ]; then
8
echo "[CI_JOB_NAME=$CI_JOB_NAME]"
9
fi
10
11
+echo "whoami: $(whoami)"
12
echo "NO_CHANGE_USER=$NO_CHANGE_USER. LOCAL_USER_ID=$LOCAL_USER_ID"
13
if [ "$NO_CHANGE_USER" = "" ]; then
14
echo "can change user"
@@ -28,7 +29,6 @@ if [ "$NO_CHANGE_USER" = "" ]; then
28
29
30
echo "Switching to user"
31
exec su --preserve-environment -c "env PATH=$PATH \"$0\"" user
- echo "whoami: $(whoami)"
32
33
34
0 commit comments