fix: schema does not allow ignore_error in a for loop (#2044)

Co-authored-by: O'Keefe, Gerard (Gerry) <gokeefe@atb.com>
This commit is contained in:
Gerard O'Keefe
2026-08-10 12:22:25 -06:00
committed by GitHub
parent 2cdadb4c99
commit 49eea5352c

View File

@@ -442,6 +442,10 @@
"description": "Silent mode disables echoing of command before Task runs it",
"type": "boolean"
},
"ignore_error": {
"description": "Prevent command from aborting the execution of task even after receiving a status code of 1",
"type": "boolean"
},
"platforms": {
"description": "Specifies which platforms the command should be run on.",
"$ref": "#/definitions/platforms"
@@ -468,6 +472,10 @@
"description": "Silent mode disables echoing of command before Task runs it",
"type": "boolean"
},
"ignore_error": {
"description": "Prevent command from aborting the execution of task even after receiving a status code of 1",
"type": "boolean"
},
"platforms": {
"description": "Specifies which platforms the command should be run on.",
"$ref": "#/definitions/platforms"