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")
|
Command::new("bash")
|
||||||
.stderr(Stdio::inherit())
|
.stderr(Stdio::inherit())
|
||||||
.stdout(Stdio::inherit())
|
.stdout(Stdio::inherit())
|
||||||
.args([
|
.args(["-c", docker_script.join(";").as_str()])
|
||||||
"-c",
|
|
||||||
&format!("mkdir /build && {}", docker_script.join(";")),
|
|
||||||
])
|
|
||||||
.status()
|
.status()
|
||||||
.expect("Failed to run build")
|
.expect("Failed to run build")
|
||||||
} else {
|
} else {
|
||||||
|
|
Loading…
Add table
Reference in a new issue