PaymentService: use genproto.sh to cp proto to paymentservice
This commit is contained in:
parent
9f1bc5a69c
commit
cb6a105b51
3 changed files with 7 additions and 227 deletions
6
src/paymentservice/genproto.sh
Executable file
6
src/paymentservice/genproto.sh
Executable file
|
@ -0,0 +1,6 @@
|
|||
#!/bin/bash -e
|
||||
|
||||
# protos are loaded dynamically for node, simply copies over the proto.
|
||||
|
||||
mkdir -p proto && \
|
||||
cp ../../pb/demo.proto proto
|
Loading…
Add table
Add a link
Reference in a new issue