mirror of
https://github.com/kjuulh/dagger-rs.git
synced 2024-11-08 11:01:47 +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()),
|
||||
})
|
||||
.from("alpine")
|
||||
.export("./test")
|
||||
.exit_code()
|
||||
.await?;
|
||||
|
||||
println!("published image to: {:#?}", ref_);
|
||||
@ -53,7 +53,7 @@ async fn test_issue_30() -> eyre::Result<()> {
|
||||
.unwrap(),
|
||||
)
|
||||
.from("alpine")
|
||||
.export("./test")
|
||||
.exit_code()
|
||||
.await?;
|
||||
|
||||
println!("published image to: {:#?}", ref_);
|
||||
|
Loading…
Reference in New Issue
Block a user