Skip to content

Commit

Permalink
change generate.sh to generate-sequential.sh
Browse files Browse the repository at this point in the history
  • Loading branch information
MrBatschner committed Aug 23, 2023
1 parent 7733585 commit 9ffcf37
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 @@ -90,7 +90,7 @@ check: $(GOIMPORTS) $(GOLANGCI_LINT)

.PHONY: generate
generate: $(CONTROLLER_GEN) $(GEN_CRD_API_REFERENCE_DOCS) $(HELM) $(MOCKGEN) $(YQ)
@$(REPO_ROOT)/vendor/github.com/gardener/gardener/hack/generate.sh ./charts/... ./cmd/... ./pkg/...
@$(REPO_ROOT)/vendor/github.com/gardener/gardener/hack/generate-sequential.sh ./charts/... ./cmd/... ./pkg/...
$(MAKE) format

.PHONY: format
Expand Down

0 comments on commit 9ffcf37

Please sign in to comment.