Merge pull request #9 from paritytech/td-fix

Bring back tty allocation, to clean sub-processes.
pull/11/head
Sebastian 5 years ago committed by GitHub
commit a2739b8917
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

@ -207,6 +207,7 @@ fn main() {
info!("Starting build process.");
let output = Command::new("ssh")
.arg("-t")
.arg(&build_server)
.arg(build_command)
.stdout(Stdio::inherit())

Loading…
Cancel
Save