From 0b17c3c4da012613d0e33a0e1a20147b32ff3f54 Mon Sep 17 00:00:00 2001 From: xiaolei li <85657333+xleili@users.noreply.github.com> Date: Mon, 11 Jul 2022 11:49:09 +0800 Subject: [PATCH] test(driver):update R CI checkout JDBC from main to 2.0 (#14744) --- tests/develop-test/3-connectors/R/test.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tests/develop-test/3-connectors/R/test.sh b/tests/develop-test/3-connectors/R/test.sh index 1d90dd44b6..dd4577a356 100644 --- a/tests/develop-test/3-connectors/R/test.sh +++ b/tests/develop-test/3-connectors/R/test.sh @@ -22,7 +22,7 @@ cd ../../ WKC=`pwd` #echo "WKC:${WKC}" -git clone git@github.com:taosdata/taos-connector-jdbc.git --branch main --single-branch --depth 1 +git clone git@github.com:taosdata/taos-connector-jdbc.git --branch 2.0 --single-branch --depth 1 JDBC_PATH=${WKC}'/taos-connector-jdbc/' CASE_PATH=${WKC}'/tests/examples/R/' -- GitLab