Skip to content

Commit 5e3e5b9

Browse files
committed
fix
1 parent a9b8ea4 commit 5e3e5b9

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

src/ci/run.sh

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -22,6 +22,9 @@ if [ "$NO_CHANGE_USER" = "" ]; then
2222
export HOME=/home/user
2323
unset LOCAL_USER_ID
2424

25+
# Give ownership of the current directory to the user
26+
chown -R user .
27+
2528
# Ensure that runners are able to execute git commands in the worktree,
2629
# overriding the typical git protections. In our docker container we're running
2730
# as root, while the user owning the checkout is not root.

0 commit comments

Comments
 (0)