only copy binaries to minikube/latest on non-PR builds
parent
41a3a99f87
commit
4d1d0e0cde
|
@ -83,5 +83,7 @@ rm -rf out/buildroot
|
||||||
# -R: recursive. strangely, this is not the default for sync.
|
# -R: recursive. strangely, this is not the default for sync.
|
||||||
gsutil -m rsync -dJR out "gs://${bucket}/${ghprbPullId}"
|
gsutil -m rsync -dJR out "gs://${bucket}/${ghprbPullId}"
|
||||||
|
|
||||||
# Copy artifacts to known mirror location
|
if [[ "${ghprbPullId}" -eq "master" ]] then
|
||||||
gsutil cp -R "gs://${bucket}/${ghprbPullId}" "gs://${bucket_mirror}"
|
# Copy artifacts to known mirror location
|
||||||
|
gsutil cp -R "gs://${bucket}/${ghprbPullId}" "gs://${bucket_mirror}"
|
||||||
|
fi
|
||||||
|
|
Loading…
Reference in New Issue