Skip to content

Commit

Permalink
Remove make proto-gen-any.
Browse files Browse the repository at this point in the history
  • Loading branch information
Taztingo committed Mar 12, 2024
1 parent fd3c517 commit f5e036f
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 27 deletions.
6 changes: 0 additions & 6 deletions Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -566,12 +566,6 @@ proto-gen:
mv .go.mod.bak go.mod
go mod tidy

# This generates the SDK's custom wrapper for google.protobuf.Any. It should only be run manually when needed
proto-gen-any:
@echo "Generating Protobuf Any"
$(DOCKER) run --rm -v $(CURDIR):/workspace --workdir /workspace $(containerProtoImage) sh ./scripts/protocgen-any.sh
go mod tidy

proto-swagger-gen:
@echo "Generating Protobuf Swagger"
if docker ps -a --format '{{.Names}}' | grep -Eq "^${containerProtoGenSwagger}$$"; then \
Expand Down
21 changes: 0 additions & 21 deletions scripts/protocgen-any.sh

This file was deleted.

0 comments on commit f5e036f

Please sign in to comment.