You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@pulsar.apache.org by ur...@apache.org on 2022/09/30 02:45:38 UTC

[pulsar-site] branch fix-build-error created (now 9c3681ba55f)

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

urfree pushed a change to branch fix-build-error
in repository https://gitbox.apache.org/repos/asf/pulsar-site.git


      at 9c3681ba55f fix build error

This branch includes the following new commits:

     new 9c3681ba55f fix build error

The 1 revisions listed above as "new" are entirely new to this
repository and will be described in separate emails.  The revisions
listed as "add" were already present in the repository and have only
been added to this reference.



[pulsar-site] 01/01: fix build error

Posted by ur...@apache.org.
This is an automated email from the ASF dual-hosted git repository.

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

commit 9c3681ba55fe9473d933e616c8b5e11e959ea625
Author: Li Li <ur...@apache.org>
AuthorDate: Fri Sep 30 10:45:27 2022 +0800

    fix build error
    
    Signed-off-by: Li Li <ur...@apache.org>
---
 site2/tools/docker-build-site.sh | 1 -
 1 file changed, 1 deletion(-)

diff --git a/site2/tools/docker-build-site.sh b/site2/tools/docker-build-site.sh
index 19da289f1bf..046fcdbb942 100755
--- a/site2/tools/docker-build-site.sh
+++ b/site2/tools/docker-build-site.sh
@@ -24,7 +24,6 @@
 set -e
 
 ROOT_DIR=$(git rev-parse --show-toplevel)
-cd $ROOT_DIR/pulsar-client-cpp
 
 BUILD_IMAGE_NAME="${BUILD_IMAGE_NAME:-apachepulsar/pulsar-build}"
 BUILD_IMAGE_VERSION="${BUILD_IMAGE_VERSION:-website-v2}"