Skip to content

Commit

Permalink
[fix][build] Include Pulsar shell in the released artifacts (#18583)
Browse files Browse the repository at this point in the history
  • Loading branch information
nicoloboschi authored Nov 24, 2022
1 parent a165bda commit 38af2f3
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions src/stage-release.sh
Original file line number Diff line number Diff line change
Expand Up @@ -35,6 +35,8 @@ popd
cp $PULSAR_PATH/target/apache-pulsar-$VERSION-src.tar.gz $DEST_PATH
cp $PULSAR_PATH/distribution/server/target/apache-pulsar-$VERSION-bin.tar.gz $DEST_PATH
cp $PULSAR_PATH/distribution/offloaders/target/apache-pulsar-offloaders-$VERSION-bin.tar.gz $DEST_PATH
cp $PULSAR_PATH/distribution/shell/target/apache-pulsar-shell-$VERSION-shell.tar.gz $DEST_PATH
cp $PULSAR_PATH/distribution/shell/target/apache-pulsar-shell-$VERSION-shell.zip $DEST_PATH

cp -r $PULSAR_PATH/distribution/io/target/apache-pulsar-io-connectors-$VERSION-bin $DEST_PATH/connectors

Expand Down

0 comments on commit 38af2f3

Please sign in to comment.