Skip to content

Commit

Permalink
[FLINK-16821][e2e] Use constant minikube version instead of latest
Browse files Browse the repository at this point in the history
  • Loading branch information
rmetzger committed Mar 27, 2020
1 parent 51b1a4f commit b752bfb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion flink-end-to-end-tests/test-scripts/common_kubernetes.sh
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@ function setup_kubernetes_for_linux {
# Download minikube.
if ! [ -x "$(command -v minikube)" ]; then
echo "Installing minikube ..."
curl -Lo minikube https://storage.googleapis.com/minikube/releases/latest/minikube-linux-amd64 && \
curl -Lo minikube https://storage.googleapis.com/minikube/releases/v1.8.2/minikube-linux-amd64 && \
chmod +x minikube && sudo mv minikube /usr/local/bin/
fi
}
Expand Down

0 comments on commit b752bfb

Please sign in to comment.