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