mirror of
https://github.com/ceph/ceph-csi.git
synced 2024-11-10 00:10:20 +00:00
ci: remove the minikube version check
Problem: ------- $ minikube version minikube version: v1.12.2 commit: be7c19d391302656d27f1f213657d925c4e1cfc2-dirty $ ./scripts/minikube.sh up installed minikube version v1.12.2 is not matching requested version latest Here v1.12.2 is the latest version of minikube, but the script simply bails out. Signed-off-by: Prasanna Kumar Kalever <prasanna.kalever@redhat.com>
This commit is contained in:
parent
e3e38ae758
commit
669b4ac063
@ -54,10 +54,6 @@ function install_minikube() {
|
||||
local mk_version version
|
||||
read -ra mk_version <<<"$(${minikube} version)"
|
||||
version=${mk_version[2]}
|
||||
if [[ "${version}" != "${MINIKUBE_VERSION}" ]]; then
|
||||
echo "installed minikube version ${version} is not matching requested version ${MINIKUBE_VERSION}"
|
||||
exit 1
|
||||
fi
|
||||
echo "minikube already installed with ${version}"
|
||||
return
|
||||
fi
|
||||
|
Loading…
Reference in New Issue
Block a user