This is an automated email from the ASF dual-hosted git repository.

urfree pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/pulsar-site.git


The following commit(s) were added to refs/heads/main by this push:
     new 96beaa8ab07 [build]force build: BUILD_ALL_VERSION=1 
BUILD_ALL_LANGUAGE=1
96beaa8ab07 is described below

commit 96beaa8ab079be6fbe88ce9338ed5e57eca2e681
Author: Li Li <[email protected]>
AuthorDate: Wed Jul 27 16:31:50 2022 +0800

    [build]force build: BUILD_ALL_VERSION=1 BUILD_ALL_LANGUAGE=1
    
    Signed-off-by: Li Li <[email protected]>
---
 site2/tools/publish-website.sh | 2 ++
 1 file changed, 2 insertions(+)

diff --git a/site2/tools/publish-website.sh b/site2/tools/publish-website.sh
index 1eb93093a0c..bdaef44ced4 100755
--- a/site2/tools/publish-website.sh
+++ b/site2/tools/publish-website.sh
@@ -51,6 +51,8 @@ PULSAR_SITE_TMP=/tmp/pulsar-site
   if [ ! -d "$PULSAR_SITE_TMP/content/" ]; then
     mkdir -p $PULSAR_SITE_TMP/content/
   fi
+
+  echo "BUILD_ALL:"$BUILD_ALL
   if [[ $BUILD_ALL"" == "11" ]]; then
     echo "clean all the old random js files because a new all version build 
done, all the js is regenerated with a random name"
     rm -rf $PULSAR_SITE_TMP/content/assets/js

Reply via email to