image-build: Resolve git ref in ksurl
The ksurl property was not listed in the config schema, and thus it was not processed. Signed-off-by: Lubomír Sedlář <lsedlar@redhat.com>
This commit is contained in:
parent
2d694272c0
commit
6bd1e9da2a
@ -1134,6 +1134,7 @@ def make_schema():
|
|||||||
"distro": {"type": "string"},
|
"distro": {"type": "string"},
|
||||||
"name": {"type": "string"},
|
"name": {"type": "string"},
|
||||||
"kickstart": {"type": "string"},
|
"kickstart": {"type": "string"},
|
||||||
|
"ksurl": {"type": "url"},
|
||||||
"arches": {"$ref": "#/definitions/list_of_strings"},
|
"arches": {"$ref": "#/definitions/list_of_strings"},
|
||||||
"repo": {
|
"repo": {
|
||||||
"$ref": "#/definitions/repos",
|
"$ref": "#/definitions/repos",
|
||||||
|
Loading…
Reference in New Issue
Block a user