Skip to content

Commit c6788f6

Browse files
committed
[MINOR] Fix create_release.sh
1 parent 2831348 commit c6788f6

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

dev/create_release.sh

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -97,9 +97,9 @@ function make_binary_release() {
9797
git_clone
9898
make_source_package
9999

100-
make_binary_release netinst "-Pweb-classic -pl !hbase,!jdbc,!file,!flink,!cassandra,!elasticsearch,!bigquery,!alluxio,!livy,!groovy,!java,!neo4j,!sparql,!mongodb,!shell -am"
100+
make_binary_release netinst "-Pweb-classic -pl !hbase,!jdbc,!file,!flink,!cassandra,!elasticsearch,!bigquery,!alluxio,!livy,!groovy,!java,!neo4j,!sparql,!mongodb -am"
101101

102-
make_binary_release all "-Pweb-classic -pl !shell"
102+
make_binary_release all "-Pweb-classic"
103103

104104
# remove non release files and dirs
105105
rm -rf "${WORKING_DIR}/zeppelin"

0 commit comments

Comments
 (0)