From 5b7d7622bf9bd897e7eb1da2a9d557ccd83ad4a9 Mon Sep 17 00:00:00 2001 From: Willem Melching Date: Mon, 4 Jan 2021 18:36:18 +0100 Subject: [PATCH] update CI routes, add back destination key --- 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 bf35525d81..1da513b6d9 100755 --- a/selfdrive/test/update_ci_routes.py +++ b/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",