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

[pulsar-site] branch main updated: fix build error (#240)

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 df96570fa7b fix build error (#240)
df96570fa7b is described below

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

    fix build error (#240)
---
 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}"