fix: use Gitea runtime mode in renderer

This commit is contained in:
root
2026-07-21 17:27:15 +02:00
parent e3b1423469
commit 7e4f09dc52
+1 -1
View File
@@ -99,7 +99,7 @@ const codexApiProfileBaseUrl = process.env.HWLAB_NODE_CODEX_API_PROFILE_BASE_URL
const codexApiForwarderPort = process.env.HWLAB_NODE_CODEX_API_FORWARDER_PORT || "49280";
const codexApiForwarderUpstreamBaseUrl = process.env.HWLAB_NODE_CODEX_API_UPSTREAM_BASE_URL || "https://hyueapi.com";
const sourceCommitPattern = /^[a-f0-9]{7,40}$/u;
const v02EnvReuseRuntimeMode = "env-reuse-git-mirror-checkout";
const v02EnvReuseRuntimeMode = "env-reuse-gitea-checkout";
function k8sLabelHash(value) {
return String(value || "").slice(0, 16);