We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 88311b9 commit f5d6e74Copy full SHA for f5d6e74
hack/jenkins/release_github_page.sh
@@ -92,7 +92,7 @@ for path in $(gsutil ls "gs://${ISO_BUCKET}/minikube-v${VERSION}*" || true); do
92
done
93
94
# Upload all end-user assets other than preload files, as they are release independent
95
-for file in $( find out \( -name "minikube[_-]*" -or -name "docker-machine-*" -or -name "kic*" -or- -name "licenses.tar.gz" \) ); do
+for file in $( find out \( -name "minikube[_-]*" -or -name "docker-machine-*" -or -name "kic*" -or -name "licenses.tar.gz" \) ); do
96
n=0
97
until [ $n -ge 5 ]
98
do
0 commit comments