update CI route sync script for new version of azcopy

old-commit-hash: 35fbb9d097
commatwo_master
Adeeb Shihadeh 4 years ago
parent fb17404dda
commit 1eb2e651f0
  1. 2
      selfdrive/test/update_ci_routes.py

@ -37,7 +37,7 @@ def sync_to_ci_public(route):
"https://{}.blob.core.windows.net/{}/{}/?{}".format(_DATA_ACCOUNT_CI, "openpilotci", dongle_id, DEST_KEY),
"--recursive=true",
"--overwrite=false",
"--exclude=*/dcamera.hevc",
"--exclude-pattern=*/dcamera.hevc",
]
try:

Loading…
Cancel
Save