mirror of
https://github.com/kjuulh/dagger-rs.git
synced 2024-11-08 19:11:47 +01:00
refactor: remove export and instead use exitcode
This commit is contained in:
parent
1f26415759
commit
cbdac7fef5
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