We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e28d98b commit 2334c7cCopy full SHA for 2334c7c
src/taskgraph/transforms/task.py
@@ -490,7 +490,7 @@ def verify_index(config, index):
490
# an indexed docker image
491
{"indexed": str},
492
# an external task image
493
- {"path": str, "type": str, "taskId": str},
+ {"path": str, "type": str, "task-id": str},
494
),
495
# worker features that should be enabled
496
Required("relengapi-proxy"): bool,
0 commit comments