* wip cleanup * Wip * fixes * fix * cleanup * keep this for now * dest old-commit-hash: 3f0b56b36472b04dca653ac5870f10d4bd53bc01
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")
|