Skip to content

Commit

Permalink
fix(ci): fix java connector node ci (#18229) (#18659)
Browse files Browse the repository at this point in the history
Co-authored-by: StrikeW <[email protected]>
  • Loading branch information
lmatz and StrikeW authored Sep 24, 2024
1 parent 146e210 commit 4dce1b1
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions ci/scripts/connector-node-integration-test.sh
Original file line number Diff line number Diff line change
Expand Up @@ -30,6 +30,7 @@ shift $((OPTIND -1))
RISINGWAVE_ROOT=${PWD}

echo "--- install java"
sudo apt-get update -y
if [ "$VERSION" = "11" ]; then
echo "The test imgae default java version is 11, no need to install"
else
Expand Down

0 comments on commit 4dce1b1

Please sign in to comment.