mirror of
https://github.com/containers/podman.git
synced 2026-09-18 00:49:14 -04:00
The 'limactl copy' calls in hack/ci/ci.sh copy directories (the repo dir into the VM, and the logs dir out of the VM). Depending on the underlying transport limactl uses (scp vs rsync), directory copies without -r may fail with 'is not a regular file'. This works in CI but breaks in local VMs. Fixes #29425 Signed-off-by: Shreya Vidyadhar <shrevidh03@gmail.com>