Merge "Fix for Zuul gate package issue"
This commit is contained in:
commit
e8992a6bed
@ -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
|
||||||
|
Loading…
Reference in New Issue
Block a user