From c7c38e0a9ba6f2257b812ea607d8a931889f3c96 Mon Sep 17 00:00:00 2001 From: Weimin Yu Date: Wed, 7 Apr 2021 10:07:00 -0400 Subject: [PATCH] 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. --- release/cloudbuild-sync.yaml | 1 + 1 file changed, 1 insertion(+) diff --git a/release/cloudbuild-sync.yaml b/release/cloudbuild-sync.yaml index f0839c31b..16120f42e 100644 --- a/release/cloudbuild-sync.yaml +++ b/release/cloudbuild-sync.yaml @@ -24,6 +24,7 @@ steps: - -m - rsync - -d + - -r - gs://$PROJECT_ID-deploy/${TAG_NAME} - gs://$PROJECT_ID-deploy/live timeout: 3600s