This commit is contained in:
parent
a92710062e
commit
6fa01228c0
1 changed files with 1 additions and 4 deletions
|
@ -161,10 +161,7 @@ pub fn build(image: &str, ci: bool) {
|
|||
Command::new("bash")
|
||||
.stderr(Stdio::inherit())
|
||||
.stdout(Stdio::inherit())
|
||||
.args([
|
||||
"-c",
|
||||
&format!("mkdir /build && {}", docker_script.join(";")),
|
||||
])
|
||||
.args(["-c", docker_script.join(";").as_str()])
|
||||
.status()
|
||||
.expect("Failed to run build")
|
||||
} else {
|
||||
|
|
Loading…
Add table
Reference in a new issue