exclude raw logger files from upload

pull/21343/head
Adeeb Shihadeh 4 years ago
parent eb6552c83c
commit 8f1fc93a5e
  1. 1
      selfdrive/test/update_ci_routes.py

@ -29,6 +29,7 @@ def upload_route(path):
"--recursive=false",
"--overwrite=false",
"--exclude-pattern=*/dcamera.hevc",
"--exclude-pattern=*/*.mkv",
]
subprocess.check_call(cmd)

Loading…
Cancel
Save