diff --git a/website/src/public/schema.json b/website/src/public/schema.json index e9b78843..409fd231 100644 --- a/website/src/public/schema.json +++ b/website/src/public/schema.json @@ -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"