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 031c531 commit ad17cb7Copy full SHA for ad17cb7
src/ci/run.sh
@@ -22,8 +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
+ # Give ownership of necessary directories to the user
26
chown -R user:user .
27
+ chown -R user:user /cargo
28
29
# Ensure that runners are able to execute git commands in the worktree,
30
# overriding the typical git protections. In our docker container we're running
0 commit comments