Skip to content

Commit 4858190

Browse files
committed
test: do not delete image before copy it
Fix "ERROR Pushing image: Export: Copying image: No such image" Signed-off-by: Xiaofeng Wang <[email protected]>
1 parent 23be92d commit 4858190

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

tests/booted/002-test-image-pushpull-upgrade.nu

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,6 @@ def initial_build [] {
3131
let td = mktemp -d
3232
cd $td
3333

34-
do --ignore-errors { podman image rm localhost/bootc o+e>| ignore }
3534
bootc image copy-to-storage
3635
let img = podman image inspect localhost/bootc | from json
3736

0 commit comments

Comments
 (0)