Skip to content

Commit

Permalink
Fixed pulsar admin client not install before build website (apache#6020)
Browse files Browse the repository at this point in the history
Motivation
Fixed pulsar admin client did not install before build website

Modifications
Add mvn install before build website
  • Loading branch information
tuteng authored and jiazhai committed Jan 10, 2020
1 parent a4c5d5a commit 16b28cb
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions site2/tools/pulsar-admin-doc-gen.sh
Original file line number Diff line number Diff line change
Expand Up @@ -22,6 +22,9 @@ ROOT_DIR=$(git rev-parse --show-toplevel)
VERSION=`${ROOT_DIR}/src/get-project-version.py`
DEST_DIR=$ROOT_DIR/generated-site

cd $ROOT_DIR
mvn install -DskipTests

mkdir -p $DEST_DIR/tools/pulsar-admin/${VERSION}
mkdir -p $DEST_DIR/tools/pulsar-admin/${VERSION}/node_modules
mkdir -p $ROOT_DIR/site2/website/brodocs/documents
Expand Down

0 comments on commit 16b28cb

Please sign in to comment.