This is an automated email from the ASF dual-hosted git repository. urfree pushed a commit to branch fix/assets-path in repository https://gitbox.apache.org/repos/asf/pulsar.git
The following commit(s) were added to refs/heads/fix/assets-path by this push: new 0d27e82a643 update 0d27e82a643 is described below commit 0d27e82a643c5ffe1e580744520eb022c143327b Author: Li Li <urf...@apache.org> AuthorDate: Tue May 24 16:51:22 2022 +0800 update Signed-off-by: Li Li <urf...@apache.org> --- site2/website/start.sh | 8 -------- 1 file changed, 8 deletions(-) diff --git a/site2/website/start.sh b/site2/website/start.sh index 02cdec5a24f..848a7443464 100755 --- a/site2/website/start.sh +++ b/site2/website/start.sh @@ -15,12 +15,4 @@ fi cd $ROOT_DIR/site2/.preview/pulsar-site/site2/website-next sh scripts/sync-docs.sh $ROOT_DIR/site2 - -if [ "$?" = "0" ]; then - echo "full sync done..." -else - echo "Error: start fail, please update your local pulsar repo by run cmd: git pull" 1>&2 - exit 1 -fi - node scripts/watch.js $ROOT_DIR/site2 $@