feat(device-plane): enable B2 discovery ingress
This commit is contained in:
@@ -58,10 +58,7 @@ await assertSourceBoundary();
|
||||
try {
|
||||
await mkdir(payload, { recursive: true });
|
||||
for (const sourceRelative of files) {
|
||||
const source = (
|
||||
patchId === "device-plane-foundation-20260725-001"
|
||||
&& sourceRelative === "docker-compose.device-plane.yml"
|
||||
)
|
||||
const source = sourceRelative === "docker-compose.device-plane.yml"
|
||||
? failedFoundationCompose
|
||||
: resolve(sourceRoot, sourceRelative);
|
||||
await copySafe(
|
||||
@@ -119,9 +116,7 @@ try {
|
||||
}
|
||||
|
||||
async function assertSourceBoundary() {
|
||||
const composeSource = patchId === "device-plane-foundation-20260725-001"
|
||||
? failedFoundationCompose
|
||||
: resolve(sourceRoot, "docker-compose.device-plane.yml");
|
||||
const composeSource = failedFoundationCompose;
|
||||
const compose = await readFile(
|
||||
composeSource,
|
||||
"utf8",
|
||||
|
||||
Reference in New Issue
Block a user