This is an automated email from the ASF dual-hosted git repository. jongyoul pushed a commit to branch branch-0.11 in repository https://gitbox.apache.org/repos/asf/zeppelin.git
commit 194577f49aa77e9ff4117affdba65ed02a8bcc7c Author: Jongyoul Lee <jongy...@gmail.com> AuthorDate: Mon Feb 12 03:08:31 2024 +0900 [HOTFIX] Disable shell interpreter (#4708) (cherry picked from commit 057480f9d6b1bc9e8f0671b9c43c76f4bf3255ea) --- 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 ff9c6d95dd..d35b8fe925 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-angular -pl !hbase,!jdbc,!file,!flink,!cassandra,!elasticsearch,!bigquery,!alluxio,!livy,!groovy,!java,!neo4j,!submarine,!sparql,!mongodb -am" +make_binary_release netinst "-Pweb-angular -pl !hbase,!jdbc,!file,!flink,!cassandra,!elasticsearch,!bigquery,!alluxio,!livy,!groovy,!java,!neo4j,!submarine,!sparql,!mongodb,!shell -am" -make_binary_release all "-Pweb-angular" +make_binary_release all "-Pweb-angular -pl !shell" # remove non release files and dirs rm -rf "${WORKING_DIR}/zeppelin"