Skip to content

Commit

Permalink
tcbuilder: schema: fix wrong tdxMeta for filesystem
Browse files Browse the repository at this point in the history
The tdxMeta should not be used here, this was a mistake that causes
the IDE v2 to try to validate the filesystem as string instead of a
list of strings.

Signed-off-by: Matheus Castello <[email protected]>
  • Loading branch information
microhobby committed Oct 16, 2024
1 parent f246511 commit 793f923
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion tcbuilder/backend/tcbuild.schema.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -164,7 +164,6 @@ properties:
filesystem:
type: array
description: "directory trees to be applied on top of the ones in the input image"
tdxMeta: "path"
items:
type: string
description: "path to directory to be applied"
Expand Down

0 comments on commit 793f923

Please sign in to comment.