Skip to content

Commit aa5ff95

Browse files
committed
Don't pass -it to docker
1 parent 87154a3 commit aa5ff95

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

ci/run-docker.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ run() {
2323
-v `pwd`:/checkout:ro \
2424
-v `rustc --print sysroot`:/rust:ro \
2525
-w /checkout \
26-
-it $target \
26+
$target \
2727
sh -c "HOME=/tmp PATH=\$PATH:/rust/bin ci/run.sh $target"
2828
}
2929

0 commit comments

Comments
 (0)