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 a9b8ea4 commit 5e3e5b9Copy full SHA for 5e3e5b9
src/ci/run.sh
@@ -22,6 +22,9 @@ if [ "$NO_CHANGE_USER" = "" ]; then
22
export HOME=/home/user
23
unset LOCAL_USER_ID
24
25
+ # Give ownership of the current directory to the user
26
+ chown -R user .
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
30
# as root, while the user owning the checkout is not root.
0 commit comments