mirror of
https://github.com/ceph/ceph-csi.git
synced 2025-01-18 02:39:30 +00:00
cleanup: "podman inspect rook/ceph" does not need to show output
Signed-off-by: Niels de Vos <ndevos@redhat.com>
This commit is contained in:
parent
6c4c6784c4
commit
5fd567f354
@ -130,7 +130,7 @@ install_minikube
|
|||||||
./podman2minikube.sh "quay.io/cephcsi/cephcsi:${CSI_IMAGE_VERSION}"
|
./podman2minikube.sh "quay.io/cephcsi/cephcsi:${CSI_IMAGE_VERSION}"
|
||||||
|
|
||||||
# incase rook/ceph is available on the local system, push it into the VM
|
# incase rook/ceph is available on the local system, push it into the VM
|
||||||
if podman inspect "rook/ceph:${ROOK_VERSION}"
|
if podman inspect "rook/ceph:${ROOK_VERSION}" > /dev/null
|
||||||
then
|
then
|
||||||
./podman2minikube.sh "rook/ceph:${ROOK_VERSION}"
|
./podman2minikube.sh "rook/ceph:${ROOK_VERSION}"
|
||||||
fi
|
fi
|
||||||
|
Loading…
Reference in New Issue
Block a user