This is an automated email from the ASF dual-hosted git repository. jongyoul pushed a commit to branch branch-0.12 in repository https://gitbox.apache.org/repos/asf/zeppelin.git
The following commit(s) were added to refs/heads/branch-0.12 by this push: new c6788f6563 [MINOR] Fix create_release.sh c6788f6563 is described below commit c6788f6563f4ec72afc06ec73b1f68611b8955f0 Author: Jongyoul Lee <jongy...@gmail.com> AuthorDate: Fri Dec 27 22:26:11 2024 +0100 [MINOR] Fix create_release.sh --- dev/create_release.sh | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/dev/create_release.sh b/dev/create_release.sh index da840aa663..4e2294a0ba 100755 --- a/dev/create_release.sh +++ b/dev/create_release.sh @@ -97,9 +97,9 @@ function make_binary_release() { git_clone make_source_package -make_binary_release netinst "-Pweb-classic -pl !hbase,!jdbc,!file,!flink,!cassandra,!elasticsearch,!bigquery,!alluxio,!livy,!groovy,!java,!neo4j,!sparql,!mongodb,!shell -am" +make_binary_release netinst "-Pweb-classic -pl !hbase,!jdbc,!file,!flink,!cassandra,!elasticsearch,!bigquery,!alluxio,!livy,!groovy,!java,!neo4j,!sparql,!mongodb -am" -make_binary_release all "-Pweb-classic -pl !shell" +make_binary_release all "-Pweb-classic" # remove non release files and dirs rm -rf "${WORKING_DIR}/zeppelin"