mirror of
https://github.com/ceph/ceph-csi.git
synced 2024-11-09 16:00:22 +00:00
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:
parent
893da82f71
commit
fce1892115
@ -7,8 +7,8 @@
|
||||
# well.
|
||||
#
|
||||
|
||||
# no need to ssh-copy images if there is no VM
|
||||
if [[ "${VM_DRIVER}" == "none" ]] || [[ "${VM_DRIVER}" == "podman" ]]
|
||||
# no need to ssh-copy images if everything runs local
|
||||
if [[ "${VM_DRIVER}" == "none" ]]
|
||||
then
|
||||
exit 0
|
||||
fi
|
||||
|
Loading…
Reference in New Issue
Block a user