fix unbound var error

pull/12893/head
Sharif Elgamal 2021-11-08 14:18:37 -08:00
parent 4cfe4afdc3
commit 3cb1f322a5
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