From 14d26d7763d9b42dc77744ee8076679e56e408fe Mon Sep 17 00:00:00 2001 From: Mark Burnett Date: Mon, 5 Mar 2018 10:16:56 -0600 Subject: [PATCH] Add on_error to manifest schema This fixes the gate-lint test. Change-Id: I964a3cbf22aec1c05afe1e000c87aaf4a5b14a0e --- tools/g2/manifest-schema.json | 3 +++ 1 file changed, 3 insertions(+) diff --git a/tools/g2/manifest-schema.json b/tools/g2/manifest-schema.json index cce7ecd0..ec1863e2 100644 --- a/tools/g2/manifest-schema.json +++ b/tools/g2/manifest-schema.json @@ -45,6 +45,9 @@ "name": { "type": "string" }, + "on_error": { + "$ref": "#/definitions/relativePath" + }, "publish": { "$ref": "#/definitions/publish" },