fix exclude pattern

old-commit-hash: 472442111b
commatwo_master
Harald Schafer 4 years ago
parent 8456f1680c
commit 1ab68e18d3
  1. 2
      selfdrive/test/update_ci_routes.py

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

Loading…
Cancel
Save