This is an automated email from the ASF dual-hosted git repository.
ulyssesyou pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/kyuubi-docker.git
The following commit(s) were added to refs/heads/master by this push:
new eb5600e Remove unnecessary maven options on building (#11)
eb5600e is described below
commit eb5600e5a9b0f6d3ca9851fa911abdb64ded6723
Author: Cheng Pan <[email protected]>
AuthorDate: Fri Oct 27 12:22:49 2023 +0800
Remove unnecessary maven options on building (#11)
---
.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