From 35fbb9d097118eddfa58654872f28beee4a32593 Mon Sep 17 00:00:00 2001 From: Adeeb Shihadeh Date: Wed, 30 Dec 2020 21:15:39 -0800 Subject: [PATCH] update CI route sync script for new version of azcopy --- selfdrive/test/update_ci_routes.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/selfdrive/test/update_ci_routes.py b/selfdrive/test/update_ci_routes.py index 83f14a0e1b..2ff46654fa 100755 --- a/selfdrive/test/update_ci_routes.py +++ b/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: