fix: harden CI evidence and removal contracts
This commit is contained in:
@@ -55,7 +55,12 @@ async function writeArtifact(root: string, relative: string, value: string | Buf
|
||||
}
|
||||
|
||||
function artifact(pathname: string, schemaId: string): CiGateArtifact {
|
||||
return { id: `artifact-${schemaId}`, path: pathname, schemaId };
|
||||
return {
|
||||
id: `artifact-${schemaId}`,
|
||||
path: pathname,
|
||||
schemaId,
|
||||
production: "source-controlled",
|
||||
};
|
||||
}
|
||||
|
||||
describe("CI artifact validator", () => {
|
||||
|
||||
Reference in New Issue
Block a user