commit | 0bbd9a9c0a16a9effda35790e2cb9ecce99af90d | [log] [tgz] |
---|---|---|
author | Alexander Thomas <athom@google.com> | Fri Jun 28 15:25:17 2024 +0200 |
committer | Commit Queue <dart-scoped@luci-project-accounts.iam.gserviceaccount.com> | Fri Jun 28 13:27:17 2024 +0000 |
tree | c47df9a69c26546b4f473d776317df5a0d7ed0d9 | |
parent | d72f0e79d1eabd91d3f1cc486a16059fa85d15d8 [diff] |
[sdk] Use rsync instead of cp to upload dartdoc (main branch) gsutil cp behaves differently if the directory already exists causing the latest folder to have a gen-dartdocs subfolder instead of being replaced. gsutil rsync doesn't have this problem and also removes extra files. Similar to https://dart-review.googlesource.com/c/recipes/+/373700 but for the main branch. Bug: b/320447980 Change-Id: Ie75576dda469352c962075de95e822fbfc62e275 Reviewed-on: https://dart-review.googlesource.com/c/recipes/+/373702 Commit-Queue: Alexander Thomas <athom@google.com> Reviewed-by: Martin Kustermann <kustermann@google.com> Auto-Submit: Alexander Thomas <athom@google.com>