This is an automated email from the ASF dual-hosted git repository. chengpan pushed a commit to branch pan3793-patch-1 in repository https://gitbox.apache.org/repos/asf/kyuubi-docker.git
commit 7b52e02efe32f683d25c8d429fed15500f607b15 Author: Cheng Pan <[email protected]> AuthorDate: Fri Oct 27 11:48:04 2023 +0800 Remove unnecessary maven options on building --- .github/workflows/docker-image.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/docker-image.yml b/.github/workflows/docker-image.yml index 830abc9..df4df0b 100644 --- a/.github/workflows/docker-image.yml +++ b/.github/workflows/docker-image.yml @@ -58,7 +58,7 @@ jobs: wget https://archive.apache.org/dist/kyuubi/kyuubi-${KYUUBI_VERSION}/apache-kyuubi-${KYUUBI_VERSION}-source.tgz tar -xvf apache-kyuubi-${KYUUBI_VERSION}-source.tgz cd apache-kyuubi-${KYUUBI_VERSION}-source - ./build/dist ${{ matrix.opts }} -Dmaven.javadoc.skip=true -Dmaven.scaladoc.skip=true -Drat.skip=true -Dscalastyle.skip=true -Dspotless.check.skip -DskipTests + ./build/dist ${{ matrix.opts }} cd .. docker build --tag apache/kyuubi:${KYUUBI_VERSION}${{ matrix.suffix-name }} --file ${KYUUBI_VERSION}/*/Dockerfile apache-kyuubi-${KYUUBI_VERSION}-source/dist - name: Validate docker image
