mirror of
https://github.com/google/nomulus.git
synced 2025-04-30 03:57:51 +02: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:
parent
1d5269a7ab
commit
c7c38e0a9b
1 changed files with 1 additions and 0 deletions
|
@ -24,6 +24,7 @@ steps:
|
||||||
- -m
|
- -m
|
||||||
- rsync
|
- rsync
|
||||||
- -d
|
- -d
|
||||||
|
- -r
|
||||||
- gs://$PROJECT_ID-deploy/${TAG_NAME}
|
- gs://$PROJECT_ID-deploy/${TAG_NAME}
|
||||||
- gs://$PROJECT_ID-deploy/live
|
- gs://$PROJECT_ID-deploy/live
|
||||||
timeout: 3600s
|
timeout: 3600s
|
||||||
|
|
Loading…
Add table
Reference in a new issue