mirror of
https://github.com/kjuulh/dagger-rs.git
synced 2024-11-22 07:12:12 +01:00
refactor: remove export and instead use exitcode
This commit is contained in:
parent
9ba01396cb
commit
2cc0231c5f
Binary file not shown.
@ -23,7 +23,7 @@ async fn test_issue_30_alt() -> eyre::Result<()> {
|
|||||||
platform: Some(platform.to_string().into()),
|
platform: Some(platform.to_string().into()),
|
||||||
})
|
})
|
||||||
.from("alpine")
|
.from("alpine")
|
||||||
.export("./test")
|
.exit_code()
|
||||||
.await?;
|
.await?;
|
||||||
|
|
||||||
println!("published image to: {:#?}", ref_);
|
println!("published image to: {:#?}", ref_);
|
||||||
@ -53,7 +53,7 @@ async fn test_issue_30() -> eyre::Result<()> {
|
|||||||
.unwrap(),
|
.unwrap(),
|
||||||
)
|
)
|
||||||
.from("alpine")
|
.from("alpine")
|
||||||
.export("./test")
|
.exit_code()
|
||||||
.await?;
|
.await?;
|
||||||
|
|
||||||
println!("published image to: {:#?}", ref_);
|
println!("published image to: {:#?}", ref_);
|
||||||
|
Loading…
Reference in New Issue
Block a user