chore: pin decision center deployed artifact

This commit is contained in:
AgentRun Artificer
2026-06-11 17:58:38 +08:00
parent 3ca82e9946
commit e5ca787099
2 changed files with 3 additions and 3 deletions
+2 -2
View File
@@ -81,7 +81,7 @@
{
"id": "decision-center",
"repo": "https://github.com/pikasTech/unidesk",
"commitId": "b5486a61ab0aa6c227366a95d1afa68281584359"
"commitId": "3ca82e9946ac4bc4a7e059df79c01e21407efb6f"
}
]
},
@@ -125,7 +125,7 @@
{
"id": "decision-center",
"repo": "https://github.com/pikasTech/unidesk",
"commitId": "b5486a61ab0aa6c227366a95d1afa68281584359",
"commitId": "3ca82e9946ac4bc4a7e059df79c01e21407efb6f",
"artifact": {
"kind": "source-build",
"repository": "unidesk/decision-center",
@@ -4,7 +4,7 @@ import { rootPath } from "./src/config";
type JsonRecord = Record<string, unknown>;
const verifiedDecisionCenterCommit = "b5486a61ab0aa6c227366a95d1afa68281584359";
const verifiedDecisionCenterCommit = "3ca82e9946ac4bc4a7e059df79c01e21407efb6f";
const verifiedFrontendCommit = "7b9aa4261c216586954cdf926ce2c914a9db5ae3";
function assertCondition(condition: unknown, message: string, detail: unknown = {}): void {