File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -59,6 +59,7 @@ def get_peer_access(
5959 return peer_access
6060
6161 def handle_notification (self , notification : betterproto .Message ):
62+ print (f"Received notification { notification } " )
6263 match notification :
6364 case PeerCrashed () | PeerDeleted ():
6465 self .__remove_peer (notification .peer_id )
Original file line number Diff line number Diff line change 1212BRANCH_NAME=" release-$VERSION "
1313git checkout -b " $BRANCH_NAME "
1414
15- echo " Installing asdf dependencies..."
16- # add plugins from .tool-versions
17- while read -r line; do
18- PLUGIN_NAME=$( echo " $line " | awk ' {print $1}' )
19- if ! asdf plugin list | grep -q " ^$PLUGIN_NAME $" ; then
20- echo " Adding asdf plugin: $PLUGIN_NAME "
21- asdf plugin add " $PLUGIN_NAME "
22- else
23- echo " asdf plugin $PLUGIN_NAME already added"
24- fi
25- done < .tool-versions
26-
27- asdf install
28-
2915uv version " $VERSION "
3016uv run ./compile_proto.sh
3117
3218# Update OpenAPI client
3319curl -H " Authorization: token $GH_TOKEN " \
3420 -H " Accept: application/vnd.github.v3.raw" \
3521 -L " https://raw.githubusercontent.com/fishjam-cloud/fishjam/main/openapi.yaml" \
36- -o openapi.yaml
22+ -o openapi.yaml
3723
3824uv run update_client ./openapi.yaml
3925rm openapi.yaml
You can’t perform that action at this time.
0 commit comments