mirror of
https://github.com/google/nomulus
synced 2026-01-07 05:56:49 +00:00
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:
@@ -24,6 +24,7 @@ steps:
|
||||
- -m
|
||||
- rsync
|
||||
- -d
|
||||
- -r
|
||||
- gs://$PROJECT_ID-deploy/${TAG_NAME}
|
||||
- gs://$PROJECT_ID-deploy/live
|
||||
timeout: 3600s
|
||||
|
||||
Reference in New Issue
Block a user