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 30c1600 commit c3673caCopy full SHA for c3673ca
src/ci/run.sh
@@ -26,6 +26,7 @@ if [ "$NO_CHANGE_USER" = "" ]; then
26
chown -R user:user .
27
mkdir /cargo
28
chown -R user:user /cargo
29
+ chown -R user:user /checkout
30
31
# Ensure that runners are able to execute git commands in the worktree,
32
# overriding the typical git protections. In our docker container we're running
0 commit comments