Skip to content

Commit

Permalink
[Hotfix][Zeta] Fix generate_client_protocol.sh (apache#6991)
Browse files Browse the repository at this point in the history
  • Loading branch information
hailin0 authored and chaorongzhi committed Aug 21, 2024
1 parent 0fc814e commit 82bf32c
Showing 1 changed file with 3 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -45,10 +45,12 @@ echo $SCRIPT_DIR
echo $SEATUNNEL_ENGINE_HOME
echo $PROTOCOL_DIRECTORY

$GIT clone --depth=1 https://github.com/hazelcast/hazelcast-client-protocol.git $PROTOCOL_DIRECTORY
$GIT clone https://github.com/hazelcast/hazelcast-client-protocol.git $PROTOCOL_DIRECTORY

cd $PROTOCOL_DIRECTORY

$GIT checkout 8db5d9828132ea60d6d8755bf7e67058c9191b91

$PIP3 install -r requirements.txt

$PYTHON generator.py -r $SEATUNNEL_ENGINE_HOME -p $SEATUNNEL_ENGINE_HOME/seatunnel-engine-core/src/main/resources/client-protocol-definition \
Expand Down

0 comments on commit 82bf32c

Please sign in to comment.