From 8c82cfc1c718aa89098d7129a7c60f483a48ad18 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Lubom=C3=ADr=20Sedl=C3=A1=C5=99?= Date: Wed, 20 Feb 2019 09:42:16 +0100 Subject: [PATCH] osbs: Remove format requirement for registry MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Pungi does not really care if it's an object, list or string. Anything should be allowed. Signed-off-by: Lubomír Sedlář --- pungi/checks.py | 1 - 1 file changed, 1 deletion(-) diff --git a/pungi/checks.py b/pungi/checks.py index 8ac5b882..0e0868c5 100644 --- a/pungi/checks.py +++ b/pungi/checks.py @@ -497,7 +497,6 @@ def make_schema(): }, "gpgkey": {"type": "string"}, "git_branch": {"type": "string"}, - "registry": {"type": "object"}, }, "required": ["url", "target", "git_branch"] },