Skip to content

Commit 5473cda

Browse files
committed
restore autogenerated v1betaX files to master
1 parent a9d63be commit 5473cda

File tree

23 files changed

+5136
-9864
lines changed

23 files changed

+5136
-9864
lines changed

Makefile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ generate-protobuf:
3030
protoc -I "$(GOPATH)/src/" -I '$(REPO_ROOT)/client/api' "$$FILE" --go_out=plugins="grpc:$(GOPATH)/src"; \
3131
} ; \
3232
export -f generate_protobuf_for; \
33-
find '$(REPO_ROOT)' -name '*.proto' | sed -e "s|$(GOPATH)/src/||g" | xargs -n1 '$(SHELL)' -c 'generate_protobuf_for "$$0"'
33+
find '$(REPO_ROOT)' -not -path './vendor/*' -name '*.proto' | sed -e "s|$(GOPATH)/src/||g" | xargs -n1 '$(SHELL)' -c 'generate_protobuf_for "$$0"'
3434

3535
.PHONY: generate-csi-proxy-api-gen
3636
generate-csi-proxy-api-gen: compile-csi-proxy-api-gen

0 commit comments

Comments
 (0)