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 c3673ca commit 710231aCopy full SHA for 710231a
src/ci/run.sh
@@ -24,7 +24,7 @@ if [ "$NO_CHANGE_USER" = "" ]; then
24
25
# Give ownership of necessary directories to the user
26
chown -R user:user .
27
- mkdir /cargo
+ mkdir -p /cargo
28
chown -R user:user /cargo
29
chown -R user:user /checkout
30
0 commit comments