parent
e712a589de
commit
396509a10a
3 changed files with 18 additions and 18 deletions
@ -1,9 +0,0 @@ |
|||||||
#!/bin/bash |
|
||||||
|
|
||||||
CASYNC_DIR="${CASYNC_DIR:=/tmp/casync}" |
|
||||||
|
|
||||||
OPENPILOT_CHANNELS="https://commadist.blob.core.windows.net/openpilot-channels/" |
|
||||||
|
|
||||||
SAS="$(python -c 'from tools.lib.azure_container import get_container_sas;print(get_container_sas("commadist","openpilot-channels"))')" |
|
||||||
|
|
||||||
azcopy cp "$CASYNC_DIR*" "$OPENPILOT_CHANNELS?$SAS" --recursive |
|
@ -0,0 +1,9 @@ |
|||||||
|
#!/bin/bash |
||||||
|
|
||||||
|
CASYNC_DIR="${CASYNC_DIR:=/tmp/casync}" |
||||||
|
|
||||||
|
OPENPILOT_RELEASES="https://commadist.blob.core.windows.net/openpilot-releases/" |
||||||
|
|
||||||
|
SAS="$(python -c 'from tools.lib.azure_container import get_container_sas;print(get_container_sas("commadist","openpilot-releases"))')" |
||||||
|
|
||||||
|
azcopy cp "$CASYNC_DIR*" "$OPENPILOT_RELEASES?$SAS" --recursive |
Loading…
Reference in new issue