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 5e3e5b9 commit 0954244Copy full SHA for 0954244
src/ci/run.sh
@@ -23,7 +23,7 @@ if [ "$NO_CHANGE_USER" = "" ]; then
23
unset LOCAL_USER_ID
24
25
# Give ownership of the current directory to the user
26
- chown -R user .
+ chown -R $LOCAL_USER_ID:$LOCAL_USER_ID .
27
28
# Ensure that runners are able to execute git commands in the worktree,
29
# overriding the typical git protections. In our docker container we're running
0 commit comments