Skip to content

Commit

Permalink
[fix][build] Include Pulsar shell in the released artifacts (apache#1…
Browse files Browse the repository at this point in the history
  • Loading branch information
nicoloboschi authored and lifepuzzlefun committed Dec 9, 2022
1 parent 0112452 commit 7f163e5
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 7f163e5

Please sign in to comment.