update CI routes, add back destination key

albatross
Willem Melching 2021-01-04 18:36:18 +01:00
parent 986c8e0635
commit 5b7d7622bf
1 changed files with 1 additions and 1 deletions

View File

@ -33,7 +33,7 @@ def sync_to_ci_public(route):
"azcopy",
"copy",
"https://{}.blob.core.windows.net/{}/{}?{}".format(source_account, source_bucket, key_prefix, source_key),
"https://{}.blob.core.windows.net/{}/{}".format(_DATA_ACCOUNT_CI, "openpilotci", dongle_id),
"https://{}.blob.core.windows.net/{}/{}?{}".format(_DATA_ACCOUNT_CI, "openpilotci", dongle_id, DEST_KEY),
"--recursive=true",
"--overwrite=false",
"--exclude-pattern=*/dcamera.hevc",