ci: copy images into minikube container when VM_DRIVER=podman

Even when minikube is running with `--driver=podman`, `minikube ssh`
works and container images can be copied into the minikube container.

Signed-off-by: Niels de Vos <ndevos@redhat.com>
This commit is contained in:
Niels de Vos 2022-10-12 10:30:17 +02:00 committed by mergify[bot]
parent 893da82f71
commit fce1892115

View File

@ -7,8 +7,8 @@
# well. # well.
# #
# no need to ssh-copy images if there is no VM # no need to ssh-copy images if everything runs local
if [[ "${VM_DRIVER}" == "none" ]] || [[ "${VM_DRIVER}" == "podman" ]] if [[ "${VM_DRIVER}" == "none" ]]
then then
exit 0 exit 0
fi fi