update CI routes, add back destination key

pull/19646/head
Willem Melching 4 years ago
parent 986c8e0635
commit 5b7d7622bf
  1. 2
      selfdrive/test/update_ci_routes.py

@ -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",

Loading…
Cancel
Save