We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 67442f4 commit afa5c65Copy full SHA for afa5c65
ci/run-docker.sh
@@ -47,8 +47,8 @@ run() {
47
--env CARGO_TARGET_DIR=/checkout/target \
48
--volume "$CARGO_HOME":/cargo \
49
--volume "$(rustc --print sysroot)":/rust:ro \
50
- --volume "$(pwd)":/checkout:ro \
51
- --volume "$(pwd)"/target:/checkout/target \
+ --volume "$PWD":/checkout:ro \
+ --volume "$PWD"/target:/checkout/target \
52
$kvm \
53
--init \
54
--workdir /checkout \
0 commit comments