update CI route sync script for new version of azcopy

This commit is contained in:
Adeeb Shihadeh
2020-12-30 21:15:39 -08:00
parent 3e34b67715
commit 35fbb9d097
+1 -1
View File
@@ -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: