dev cicd + tron + docs
This commit is contained in:
@@ -134,4 +134,10 @@ if [ -f "${PROTO_DIR}/billing/fees/v1/fees.proto" ]; then
|
||||
generate_go_with_grpc "${PROTO_DIR}/billing/fees/v1/fees.proto"
|
||||
fi
|
||||
|
||||
if [ -f "${PROTO_DIR}/billing/documents/v1/documents.proto" ]; then
|
||||
info "Compiling billing documents protos"
|
||||
clean_pb_files "./pkg/proto/billing/documents"
|
||||
generate_go_with_grpc "${PROTO_DIR}/billing/documents/v1/documents.proto"
|
||||
fi
|
||||
|
||||
info "Protobuf generation completed"
|
||||
|
||||
Reference in New Issue
Block a user