Skip to content

Commit 11098b0

Browse files
committed
remove peer protos
1 parent 4424a2e commit 11098b0

File tree

1 file changed

+2
-8
lines changed

1 file changed

+2
-8
lines changed

compile_proto.sh

Lines changed: 2 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -3,18 +3,12 @@
33
# Terminate on errors
44
set -e
55

6-
76
printf "Synchronising submodules... "
8-
git submodule sync --recursive >> /dev/null
9-
git submodule update --recursive --remote --init >> /dev/null
7+
git submodule sync --recursive >>/dev/null
8+
git submodule update --recursive --remote --init >>/dev/null
109
printf "DONE\n\n"
1110

1211
server_file="./protos/fishjam/server_notifications.proto"
1312
printf "Compiling: file $server_file\n"
1413
protoc -I . --python_betterproto_out=./fishjam/events/_protos $server_file
1514
printf "\tDONE\n"
16-
17-
peer_file="./protos/fishjam/peer_notifications.proto"
18-
printf "Compiling: file $peer_file\n"
19-
protoc -I . --python_betterproto_out=./tests/support/protos $peer_file
20-
printf "\tDONE\n"

0 commit comments

Comments
 (0)