CI: Fix conformance tests script
parent
ba71ee071f
commit
46b6ada5af
|
@ -73,9 +73,10 @@ documentation_url: https://minikube.sigs.k8s.io/docs/
|
||||||
product_logo_url: https://raw.githubusercontent.com/kubernetes/minikube/master/images/logo/logo.svg
|
product_logo_url: https://raw.githubusercontent.com/kubernetes/minikube/master/images/logo/logo.svg
|
||||||
type: installer
|
type: installer
|
||||||
description: minikube runs a local Kubernetes cluster on macOS, Linux, and Windows.
|
description: minikube runs a local Kubernetes cluster on macOS, Linux, and Windows.
|
||||||
|
contact_email_address: minikube-dev@googlegroups.com
|
||||||
EOF
|
EOF
|
||||||
|
|
||||||
cat <<EOF >README.md
|
cat <<"EOF" >README.md
|
||||||
# Reproducing the test results
|
# Reproducing the test results
|
||||||
|
|
||||||
## Run minikube with docker driver
|
## Run minikube with docker driver
|
||||||
|
|
Loading…
Reference in New Issue