Skip to content

Commit b83b2b0

Browse files
committed
Update CI
1 parent c28a482 commit b83b2b0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

ci/docker/pxf-cbdb-dev/ubuntu/script/run_tests.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -508,7 +508,7 @@ ensure_testplugin_jar() {
508508
if [ ! -f "${PXF_BASE}/lib/pxf-automation-test.jar" ]; then
509509
pushd "${REPO_ROOT}/automation" >/dev/null
510510
mvn -q -DskipTests test-compile
511-
jar cf "${PXF_BASE}/lib/pxf-automation-test.jar" -C target/classes org/greenplum/pxf/automation/testplugin
511+
jar cf "${PXF_BASE}/lib/pxf-automation-test.jar" -C target/classes org/apache/cloudberry/pxf/automation/testplugin
512512
popd >/dev/null
513513
JAVA_HOME="${JAVA_BUILD}" "${PXF_HOME}/bin/pxf" restart >/dev/null || true
514514
fi

0 commit comments

Comments
 (0)