mirror of
https://github.com/dragonpilot/dragonpilot.git
synced 2026-02-22 17:43:52 +08:00
exclude dcamera files from ci routes
This commit is contained in:
@@ -35,10 +35,11 @@ def sync_to_ci_public(route):
|
||||
cmd = [
|
||||
f"{BASEDIR}/external/bin/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, DEST_KEY),
|
||||
"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, DEST_KEY),
|
||||
"--recursive=true",
|
||||
"--overwrite=false",
|
||||
"--exclude=*/dcamera.hevc",
|
||||
]
|
||||
|
||||
try:
|
||||
|
||||
Reference in New Issue
Block a user