Skip to content

Commit

Permalink
allow service_metadata to be optional in case there are no services i…
Browse files Browse the repository at this point in the history
…n an app (#3672)

Co-authored-by: David Townley <[email protected]>
  • Loading branch information
d-g-town and David Townley authored Sep 28, 2023
1 parent 288df03 commit 9289bdc
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ const porterAppDeployEventMetadataValidator = z.object({
service_deployment_metadata: z.record(z.object({
status: z.string(),
type: z.string(),
})),
})).optional(),
});
const porterAppBuildEventMetadataValidator = z.object({
repo: z.string().optional(),
Expand Down

0 comments on commit 9289bdc

Please sign in to comment.