This is an automated email from the ASF dual-hosted git repository.
xiangfu pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/pinot.git
The following commit(s) were added to refs/heads/master by this push:
new 8e956ff0e2 fix quickstart ci (#11524)
8e956ff0e2 is described below
commit 8e956ff0e2ece1266ae04e86e340221976952850
Author: Xiang Fu <[email protected]>
AuthorDate: Wed Sep 6 08:57:35 2023 -0700
fix quickstart ci (#11524)
---
.github/workflows/scripts/.pinot_quickstart.sh | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/.github/workflows/scripts/.pinot_quickstart.sh
b/.github/workflows/scripts/.pinot_quickstart.sh
index 18ebf7132e..20666265ac 100755
--- a/.github/workflows/scripts/.pinot_quickstart.sh
+++ b/.github/workflows/scripts/.pinot_quickstart.sh
@@ -68,7 +68,7 @@ echo "Building Pinot to JAVA 11 source code Using JDK
${JAVA_VER}"
PASS=0
for i in $(seq 1 2)
do
- mvn clean install -B -T1C -Dmaven.test.skip=true -Pbin-dist
-Dmaven.javadoc.skip=true -Djdk.version=11
+ mvn clean install -B -T1C -DskipTests -Pbin-dist -Dmaven.javadoc.skip=true
-Djdk.version=11
if [ $? -eq 0 ]; then
PASS=1
break;
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]