Skip to content

Commit

Permalink
Update gen script
Browse files Browse the repository at this point in the history
  • Loading branch information
szuperaz committed Jun 10, 2024
1 parent 76dc747 commit f6bb146
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions generate-openapi.sh
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ if [ "$PRODUCT" == 'video' ] || [ "$PRODUCT" == 'all' ] ; then

if [ "$FROM_REPO" == 'chat' ]; then
# Generate the Coordinator OpenAPI schema
make -C $PROTOCOL_REPO_DIR video-openapi
make -C $PROTOCOL_REPO_DIR openapi
fi

OUTPUT_DIR="./src/gen/video"
Expand Down Expand Up @@ -71,7 +71,7 @@ if [ "$PRODUCT" == 'chat' ] || [ "$PRODUCT" == 'all' ]; then

if [ "$FROM_REPO" == 'chat' ]; then
# Generate the Coordinator OpenAPI schema
make -C $PROTOCOL_REPO_DIR chat-openapi
make -C $PROTOCOL_REPO_DIR openapi
fi

OUTPUT_DIR="./src/gen/chat"
Expand Down

0 comments on commit f6bb146

Please sign in to comment.