Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add CI to update protobufs #94

Open
Maniktherana opened this issue Nov 2, 2023 · 0 comments
Open

Add CI to update protobufs #94

Maniktherana opened this issue Nov 2, 2023 · 0 comments
Labels
CI/CD enhancement New feature or request

Comments

@Maniktherana
Copy link
Collaborator

Maniktherana commented Nov 2, 2023

This is something we may overlook when implementing a feature, best to automate it.

Considerations:

  • It should copy the latest protobufs from https://github.com/ditsuke/go-amizone and paste it into /proto/amizone.proto
  • It should then run make gen commands
  • After generating /gen/amizone_pb2_grpc.py, it should change line 5 from import amizone_pb2 as amizone__pb2 to import gen.amizone_pb2 as amizone__pb2
@Maniktherana Maniktherana added enhancement New feature or request CI/CD labels Nov 2, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
CI/CD enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

1 participant