Skip to content

Commit

Permalink
fix
Browse files Browse the repository at this point in the history
  • Loading branch information
marcoieni committed Dec 20, 2024
1 parent a9b8ea4 commit 5e3e5b9
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions src/ci/run.sh
Original file line number Diff line number Diff line change
Expand Up @@ -22,6 +22,9 @@ if [ "$NO_CHANGE_USER" = "" ]; then
export HOME=/home/user
unset LOCAL_USER_ID

# Give ownership of the current directory to the user
chown -R user .

# Ensure that runners are able to execute git commands in the worktree,
# overriding the typical git protections. In our docker container we're running
# as root, while the user owning the checkout is not root.
Expand Down

0 comments on commit 5e3e5b9

Please sign in to comment.