feat: with sync
Some checks reported errors
continuous-integration/drone/push Build encountered an error
Some checks reported errors
continuous-integration/drone/push Build encountered an error
Signed-off-by: kjuulh <contact@kjuulh.io>
This commit is contained in:
@@ -358,7 +358,7 @@ impl MainAction for RustService {
|
|||||||
"--image",
|
"--image",
|
||||||
&format!("kasperhermansen/{}:main-{}", self.bin_name, timestamp),
|
&format!("kasperhermansen/{}:main-{}", self.bin_name, timestamp),
|
||||||
])
|
])
|
||||||
.exit_code()
|
.sync()
|
||||||
.await?;
|
.await?;
|
||||||
|
|
||||||
Ok(())
|
Ok(())
|
||||||
|
Reference in New Issue
Block a user