Skip to content
Snippets Groups Projects
Commit cee993cc authored by joel.vonderwe's avatar joel.vonderwe
Browse files

Add build line to assignment

parent a0436870
Branches
Tags SCALP-SAFE-v0.5 SCALP-USER-v0.5
No related merge requests found
......@@ -5,6 +5,7 @@ import { z } from 'zod';
const AssignmentFile = z.object({
dojoAssignmentVersion: z.number(),
version : z.number(),
buildLine : z.string().optional(),
immutable : z.array(ImmutableFileDescriptor.transform(value => value as ImmutableFileDescriptor)),
result : z.object({
container: z.string(),
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment