fix: keep ci tools out of env reuse identity

This commit is contained in:
UniDesk Codex
2026-07-06 21:42:21 +08:00
parent 44c034ec5d
commit 69d7d4b574
3 changed files with 1 additions and 39 deletions
+1 -3
View File
@@ -1315,9 +1315,7 @@ function createDeployFixture({ serviceIds = V02_RUNTIME_SERVICE_IDS } = {}) {
launcherPath: "deploy/runtime/launcher/hwlab-env-reuse-launcher.ts",
runtimeNodeModulesPath: "/opt/hwlab-env/node_modules",
additionalEnvPaths: [
"internal/dev-entrypoint/artifact-runtime.mjs",
"scripts/artifact-publish.mjs",
"scripts/src/dev-artifact-services.mjs"
"internal/dev-entrypoint/artifact-runtime.mjs"
],
hwpodAliases: [
{ command: "hwpod", script: "tools/hwpod-cli.ts" },