Merge pull request #7971 from tstromberg/latest-pkg

Add unversioned package paths to avoid updating upstream docs each release
pull/8010/head
Medya Ghazizadeh 2020-05-05 17:35:54 +00:00 committed by GitHub
commit 0b60ff2e0f
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 4 additions and 0 deletions

View File

@ -54,6 +54,10 @@ env BUILD_IN_DOCKER=y \
make checksum
# unversioned names to avoid updating upstream Kubernetes documentation each release
cp "out/minikube_${DEB_VERSION}-0_amd64.deb" out/minikube_latest_amd64.deb
cp "out/minikube-${RPM_VERSION}-0.x86_64.rpm" out/minikube_latest.x86_64.rpm
gsutil -m cp out/* "gs://$BUCKET/releases/$TAGNAME/"
# Update "latest" release for non-beta/non-alpha builds