mirror of https://github.com/knative/func.git
fix: schema-generate should point to `function.go` (#677)
Signed-off-by: Zbynek Roubalik <zroubali@redhat.com>
This commit is contained in:
parent
a7f0374c04
commit
c7d18c89ed
2
Makefile
2
Makefile
|
|
@ -152,7 +152,7 @@ $(BIN_WINDOWS): pkged.go
|
|||
##@ Schemas
|
||||
######################
|
||||
schema-generate: schema/func_yaml-schema.json ## Generate func.yaml schema
|
||||
schema/func_yaml-schema.json: config.go
|
||||
schema/func_yaml-schema.json: function.go
|
||||
go run schema/generator/main.go
|
||||
|
||||
schema-check: ## Check that func.yaml schema is up-to-date
|
||||
|
|
|
|||
Loading…
Reference in New Issue