Skip to content

Commit 2334c7c

Browse files
committed
Use dashed identifiers in YAML schema (task-id not taskId)
1 parent e28d98b commit 2334c7c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/taskgraph/transforms/task.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -490,7 +490,7 @@ def verify_index(config, index):
490490
# an indexed docker image
491491
{"indexed": str},
492492
# an external task image
493-
{"path": str, "type": str, "taskId": str},
493+
{"path": str, "type": str, "task-id": str},
494494
),
495495
# worker features that should be enabled
496496
Required("relengapi-proxy"): bool,

0 commit comments

Comments
 (0)