From d0be8151996519d82d8ebac77efdf0bc053aa23d Mon Sep 17 00:00:00 2001 From: Lyon <88232613+pikasTech@users.noreply.github.com> Date: Sun, 21 Jun 2026 16:27:33 +0800 Subject: [PATCH] fix: keep hwlab git mirror infra yaml-owned (#583) Co-authored-by: Codex --- scripts/src/hwlab-node-impl.ts | 1 - 1 file changed, 1 deletion(-) diff --git a/scripts/src/hwlab-node-impl.ts b/scripts/src/hwlab-node-impl.ts index 6c255682..aae589e3 100644 --- a/scripts/src/hwlab-node-impl.ts +++ b/scripts/src/hwlab-node-impl.ts @@ -5304,7 +5304,6 @@ function httpProxyEndpoint(value: string): { host: string; port: number } | null function nodeRuntimeControlPlaneFiles(spec: HwlabRuntimeLaneSpec, renderDir: string): string[] { return [ - `${renderDir}/devops-infra/git-mirror.yaml`, `${renderDir}/${spec.runtimeRenderDir}/namespace.yaml`, `${renderDir}/${spec.tektonDir}/rbac.yaml`, `${renderDir}/${spec.tektonDir}/pipeline.yaml`,