mirror of
https://github.com/dragonpilot/dragonpilot.git
synced 2026-07-14 01:12:06 +08:00
more external cleanup
This commit is contained in:
Vendored
-3
@@ -1,3 +0,0 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:b7d08710ae4c0bbdc73184453b4d40da979fa3b0abbdb4e974980f9250730127
|
||||
size 18914367
|
||||
Vendored
-1
@@ -1 +0,0 @@
|
||||
../azcopy/azcopy
|
||||
Vendored
-7
@@ -1,7 +0,0 @@
|
||||
#!/bin/sh
|
||||
wget https://github.com/github/git-lfs/releases/download/v1.4.2/git-lfs-linux-amd64-1.4.2.tar.gz
|
||||
tar -xvf ./git-lfs-linux-amd64-1.4.2.tar.gz
|
||||
cp ./git-lfs-1.4.2/git-lfs .
|
||||
|
||||
rm ./git-lfs-linux-amd64-1.4.2.tar.gz
|
||||
rm -r ./git-lfs-1.4.2
|
||||
Vendored
BIN
Binary file not shown.
@@ -1,7 +1,6 @@
|
||||
#!/usr/bin/env python3
|
||||
import sys
|
||||
import subprocess
|
||||
from common.basedir import BASEDIR
|
||||
from azure.storage.blob import BlockBlobService
|
||||
|
||||
from selfdrive.test.test_car_models import routes as test_car_models_routes
|
||||
@@ -32,7 +31,7 @@ def sync_to_ci_public(route):
|
||||
for (source_account, source_bucket), source_key in zip(SOURCES, SOURCE_KEYS):
|
||||
print(f"Trying {source_account}/{source_bucket}")
|
||||
cmd = [
|
||||
f"{BASEDIR}/external/bin/azcopy",
|
||||
"azcopy",
|
||||
"copy",
|
||||
"https://{}.blob.core.windows.net/{}/{}/?{}".format(source_account, source_bucket, key_prefix, source_key),
|
||||
"https://{}.blob.core.windows.net/{}/{}/?{}".format(_DATA_ACCOUNT_CI, "openpilotci", dongle_id, DEST_KEY),
|
||||
|
||||
Reference in New Issue
Block a user