chore: pin decision center deployed artifact
This commit is contained in:
+2
-2
@@ -81,7 +81,7 @@
|
|||||||
{
|
{
|
||||||
"id": "decision-center",
|
"id": "decision-center",
|
||||||
"repo": "https://github.com/pikasTech/unidesk",
|
"repo": "https://github.com/pikasTech/unidesk",
|
||||||
"commitId": "b5486a61ab0aa6c227366a95d1afa68281584359"
|
"commitId": "3ca82e9946ac4bc4a7e059df79c01e21407efb6f"
|
||||||
}
|
}
|
||||||
]
|
]
|
||||||
},
|
},
|
||||||
@@ -125,7 +125,7 @@
|
|||||||
{
|
{
|
||||||
"id": "decision-center",
|
"id": "decision-center",
|
||||||
"repo": "https://github.com/pikasTech/unidesk",
|
"repo": "https://github.com/pikasTech/unidesk",
|
||||||
"commitId": "b5486a61ab0aa6c227366a95d1afa68281584359",
|
"commitId": "3ca82e9946ac4bc4a7e059df79c01e21407efb6f",
|
||||||
"artifact": {
|
"artifact": {
|
||||||
"kind": "source-build",
|
"kind": "source-build",
|
||||||
"repository": "unidesk/decision-center",
|
"repository": "unidesk/decision-center",
|
||||||
|
|||||||
@@ -4,7 +4,7 @@ import { rootPath } from "./src/config";
|
|||||||
|
|
||||||
type JsonRecord = Record<string, unknown>;
|
type JsonRecord = Record<string, unknown>;
|
||||||
|
|
||||||
const verifiedDecisionCenterCommit = "b5486a61ab0aa6c227366a95d1afa68281584359";
|
const verifiedDecisionCenterCommit = "3ca82e9946ac4bc4a7e059df79c01e21407efb6f";
|
||||||
const verifiedFrontendCommit = "7b9aa4261c216586954cdf926ce2c914a9db5ae3";
|
const verifiedFrontendCommit = "7b9aa4261c216586954cdf926ce2c914a9db5ae3";
|
||||||
|
|
||||||
function assertCondition(condition: unknown, message: string, detail: unknown = {}): void {
|
function assertCondition(condition: unknown, message: string, detail: unknown = {}): void {
|
||||||
|
|||||||
Reference in New Issue
Block a user