Add -r when rsync a release to the live folder (#1063)

* Add -r when rsync a release to the live folder

Release folders now are no longer flat. Each of them has a 'beam'
subfolder with pipeline metadata files.
This commit is contained in:
Weimin Yu 2021-04-07 10:07:00 -04:00 committed by GitHub
parent 1d5269a7ab
commit c7c38e0a9b

View file

@ -24,6 +24,7 @@ steps:
- -m
- rsync
- -d
- -r
- gs://$PROJECT_ID-deploy/${TAG_NAME}
- gs://$PROJECT_ID-deploy/live
timeout: 3600s