Merge branch 'latest-bin' of github.com:sharifelgamal/minikube into latest-bin

pull/12893/head
Sharif Elgamal 2021-11-08 13:06:25 -08:00
commit 4cfe4afdc3
1 changed files with 1 additions and 1 deletions

View File

@ -83,7 +83,7 @@ rm -rf out/buildroot
# -R: recursive. strangely, this is not the default for sync.
gsutil -m rsync -dJR out "gs://${bucket}/${ghprbPullId}"
if [[ "${ghprbPullId}" -eq "master" ]] then
if [[ "${ghprbPullId}" -eq "master" ]]; then
# Copy artifacts to known mirror location
gsutil cp -R "gs://${bucket}/${ghprbPullId}/minikube-*" "gs://${bucket_mirror}"
fi