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:39 UTC

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

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}"