From 9c5e43d38b47c561d6422b23abb9732bf0cb078f Mon Sep 17 00:00:00 2001 From: UniDesk Codex Date: Tue, 7 Jul 2026 00:34:42 +0800 Subject: [PATCH] fix: include go launcher in env identity --- gitops/reuse.ymal | 4 ++++ scripts/src/ci-plan-lib.mjs | 3 ++- 2 files changed, 6 insertions(+), 1 deletion(-) diff --git a/gitops/reuse.ymal b/gitops/reuse.ymal index d908bac4..9400b54f 100644 --- a/gitops/reuse.ymal +++ b/gitops/reuse.ymal @@ -65,6 +65,7 @@ spec: paths: - go.mod - go.sum + - deploy/runtime/launcher/hwlab-go-env-reuse-launcher.mjs - deploy/runtime/launcher/hwlab-env-reuse-launcher.ts - internal/dev-entrypoint/artifact-runtime.mjs envReuse: @@ -74,6 +75,7 @@ spec: envIdentityFiles: - go.mod - go.sum + - deploy/runtime/launcher/hwlab-go-env-reuse-launcher.mjs - deploy/runtime/launcher/hwlab-env-reuse-launcher.ts - internal/dev-entrypoint/artifact-runtime.mjs hwlab-user-billing: @@ -90,6 +92,7 @@ spec: paths: - go.mod - go.sum + - deploy/runtime/launcher/hwlab-go-env-reuse-launcher.mjs - deploy/runtime/launcher/hwlab-env-reuse-launcher.ts - internal/dev-entrypoint/artifact-runtime.mjs envReuse: @@ -99,6 +102,7 @@ spec: envIdentityFiles: - go.mod - go.sum + - deploy/runtime/launcher/hwlab-go-env-reuse-launcher.mjs - deploy/runtime/launcher/hwlab-env-reuse-launcher.ts - internal/dev-entrypoint/artifact-runtime.mjs hwlab-project-management: diff --git a/scripts/src/ci-plan-lib.mjs b/scripts/src/ci-plan-lib.mjs index 3202e26e..b44aa07d 100644 --- a/scripts/src/ci-plan-lib.mjs +++ b/scripts/src/ci-plan-lib.mjs @@ -21,7 +21,8 @@ export const DEFAULT_RUNTIME_DEP_PATHS = Object.freeze([ export const GO_RUNTIME_DEP_PATHS = Object.freeze([ "go.mod", - "go.sum" + "go.sum", + "deploy/runtime/launcher/hwlab-go-env-reuse-launcher.mjs" ]); export const DEFAULT_RUNTIME_PACKAGE_FIELDS = Object.freeze([