feat: without export
All checks were successful
continuous-integration/drone/push Build is passing

Signed-off-by: kjuulh <contact@kjuulh.io>
This commit is contained in:
Kasper Juul Hermansen 2023-11-25 13:47:17 +01:00
parent e4fc1cc834
commit a3d92cdde3
Signed by: kjuulh
GPG Key ID: 9AA7BC13CE474394

View File

@ -112,8 +112,6 @@ impl RustBuild {
)
.await?;
build_container.export("output.tar").await?;
let bin = build_container
.with_exec(vec![
"cargo",