mirror of
https://github.com/ceph/ceph-csi.git
synced 2024-11-10 00:10:20 +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}"
|
||||
|
||||
# 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
|
||||
./podman2minikube.sh "rook/ceph:${ROOK_VERSION}"
|
||||
fi
|
||||
|
Loading…
Reference in New Issue
Block a user