Skip to content

Commit 0954244

Browse files
committed
fix
1 parent 5e3e5b9 commit 0954244

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
@@ -23,7 +23,7 @@ if [ "$NO_CHANGE_USER" = "" ]; then
2323
unset LOCAL_USER_ID
2424

2525
# Give ownership of the current directory to the user
26-
chown -R user .
26+
chown -R $LOCAL_USER_ID:$LOCAL_USER_ID .
2727

2828
# Ensure that runners are able to execute git commands in the worktree,
2929
# overriding the typical git protections. In our docker container we're running

0 commit comments

Comments
 (0)