Skip to content

Commit

Permalink
Rsync instead of copy (istio#14997)
Browse files Browse the repository at this point in the history
  • Loading branch information
utka authored and istio-testing committed Jun 19, 2019
1 parent cc963d4 commit 349c2ec
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion release/gcb/run_monthly_release.sh
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ set -x
gsutil -q rm -rf "gs://$CB_GCS_FULL_STAGING_PATH" || echo "Staging path does not exist."

#copy files over to final destination
gsutil -m cp -r "gs://$CB_GCS_BUILD_PATH" "gs://$CB_GCS_FULL_STAGING_PATH"
gsutil -m rsync -d -r "gs://$CB_GCS_BUILD_PATH" "gs://$CB_GCS_FULL_STAGING_PATH"


cd /workspace || exit 1
Expand Down

0 comments on commit 349c2ec

Please sign in to comment.