From b2d2de3ff8de41051fdf6c1d9c54c0db9dc5b4ad Mon Sep 17 00:00:00 2001 From: StrikeW Date: Mon, 26 Aug 2024 12:43:24 +0800 Subject: [PATCH] fix(ci): fix java connector node ci (#18229) --- ci/scripts/connector-node-integration-test.sh | 1 + 1 file changed, 1 insertion(+) diff --git a/ci/scripts/connector-node-integration-test.sh b/ci/scripts/connector-node-integration-test.sh index 8853243b66805..eb568031b0095 100755 --- a/ci/scripts/connector-node-integration-test.sh +++ b/ci/scripts/connector-node-integration-test.sh @@ -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