Skip to content

Commit

Permalink
[HOTFIX] Disable shell interpreter (#4708)
Browse files Browse the repository at this point in the history
  • Loading branch information
jongyoul authored Feb 11, 2024
1 parent cfbdab0 commit 057480f
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions dev/create_release.sh
Original file line number Diff line number Diff line change
Expand Up @@ -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"
Expand Down

0 comments on commit 057480f

Please sign in to comment.