feat: rerun blabla
All checks were successful
continuous-integration/drone/push Build is passing

Signed-off-by: kjuulh <contact@kjuulh.io>
This commit is contained in:
2024-02-11 14:24:20 +01:00
parent 6a47528f11
commit ac435a843e

View File

@@ -256,7 +256,7 @@ impl RustService {
.collect::<Vec<_>>();
let base = self.run_stage(before_build, base).await?;
base.export("export.tar").await?;
//base.export("export.tar").await?;
let binary_build =
base.with_exec(vec!["cargo", "build", "--release", "--bin", &self.bin_name]);