mirror of
https://github.com/containers/podman.git
synced 2025-05-21 09:05:56 +08:00
Podman Machine AppleHV CI fixes
This PR contains several fixes that allow the applehv podman tests run to completion. Signed-off-by: Brent Baude <baude@redhat.com>
This commit is contained in:
@ -26,6 +26,6 @@ func (s *StdDiskPull) Get() error {
|
||||
// could not find disk
|
||||
return err
|
||||
}
|
||||
logrus.Debugf("decompressing %s to %s", s.inputPath.GetPath(), s.finalPath.GetPath())
|
||||
logrus.Debugf("decompressing (if needed) %s to %s", s.inputPath.GetPath(), s.finalPath.GetPath())
|
||||
return compression.Decompress(s.inputPath, s.finalPath.GetPath())
|
||||
}
|
||||
|
Reference in New Issue
Block a user