Merge "Fix for Zuul gate package issue"

This commit is contained in:
Zuul 2021-11-04 21:19:34 +00:00 committed by Gerrit Code Review
commit e8992a6bed

View File

@ -26,7 +26,7 @@ install_pkg(){
} }
# Grab usefull packages needed for minikube and other scripts # Grab usefull packages needed for minikube and other scripts
install_pkg curl conntrack make docker.io jq install_pkg curl conntrack make jq
curl -Lo minikube "https://storage.googleapis.com/minikube/releases/$MINIKUBE_VERSION/minikube-linux-amd64" \ curl -Lo minikube "https://storage.googleapis.com/minikube/releases/$MINIKUBE_VERSION/minikube-linux-amd64" \
&& chmod +x minikube && chmod +x minikube