mirror of
https://github.com/sunnypilot/sunnypilot.git
synced 2026-02-19 03:03:57 +08:00
* wip cleanup
* Wip
* fixes
* fix
* cleanup
* keep this for now
* dest
old-commit-hash: 3f0b56b364
7 lines
281 B
Python
Executable File
7 lines
281 B
Python
Executable File
#!/usr/bin/env python3
|
|
from openpilot.tools.lib.azure_container import AzureContainer
|
|
|
|
OpenpilotCIContainer = AzureContainer("commadataci", "openpilotci")
|
|
DataCIContainer = AzureContainer("commadataci", "commadataci")
|
|
DataProdContainer = AzureContainer("commadata2", "commadata2")
|