Skip to content

Commit

Permalink
do not call yq from CI
Browse files Browse the repository at this point in the history
  • Loading branch information
jotak committed Oct 18, 2023
1 parent 92c81fe commit c1ea9ed
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -264,7 +264,7 @@ generate-go-conversions: $(CONVERSION_GEN) ## Run all generate-go-conversions
hack-crd: ## Regenerate hack CRD
cat config/crd/bases/flows.netobserv.io_flowcollectors.yaml | yq '.spec.versions[1].storage=false' | yq '.spec.versions[2].storage=true' > hack/cloned.flows.netobserv.io_flowcollectors.yaml

generate: gencode manifests doc generate-go-conversions hack-crd ## Run all code/file generators
generate: gencode manifests doc generate-go-conversions ## Run all code/file generators

.PHONY: clean-generated-conversions
clean-generated-conversions: ## Remove files generated by conversion-gen from the mentioned dirs
Expand Down

0 comments on commit c1ea9ed

Please sign in to comment.