fix unbound var error part 3
parent
390dff5fed
commit
dae454ecd8
|
|
@ -83,7 +83,7 @@ gsutil -m rsync -dJR out "gs://${bucket}/${ghprbPullId}"
|
|||
|
||||
readonly bucket_mirror="minikube/latest"
|
||||
readonly HEAD="master"
|
||||
if [[ "${ghprbPullId}" -eq "${HEAD}" ]]; then
|
||||
if [[ "${ghprbPullId}" == "${HEAD}" ]]; then
|
||||
# Copy artifacts to known mirror location
|
||||
gsutil cp -R "gs://${bucket}/${ghprbPullId}/minikube-*" "gs://${bucket_mirror}"
|
||||
fi
|
||||
|
|
|
|||
Loading…
Reference in New Issue