1
0
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:
Weimin Yu
2021-04-07 10:07:00 -04:00
committed by GitHub
parent 928b272d89
commit 4d04e4fd15

View File

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