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 3fa83fa update
3fa83fa is described below
commit 3fa83fa82de7839130b6655795e39ebf65f5540d
Author: LiLi <[email protected]>
AuthorDate: Fri Mar 4 14:48:02 2022 +0800
update
Signed-off-by: LiLi <[email protected]>
---
site2/tools/docker-build-site.sh | 4 +++-
1 file changed, 3 insertions(+), 1 deletion(-)
diff --git a/site2/tools/docker-build-site.sh b/site2/tools/docker-build-site.sh
index 2a7ff0b..e07a283 100755
--- a/site2/tools/docker-build-site.sh
+++ b/site2/tools/docker-build-site.sh
@@ -47,4 +47,6 @@ DOCKER_CMD="docker run -i -e CI_USER=$CI_USER -e
CI_GROUP=$CI_GROUP -v $HOME/.m2
sed -i "s#$ROOT_DIR#/pulsar#g"
$ROOT_DIR/distribution/server/target/classpath.txt
sed -i "s#$HOME#/root#g" $ROOT_DIR/distribution/server/target/classpath.txt
-$DOCKER_CMD bash -l -c "export JAVA_HOME=/usr/lib/jvm/java-11-openjdk-amd64 &&
cd /pulsar && /pulsar/site2/tools/build-site.sh $@"
\ No newline at end of file
+CMD="export JAVA_HOME=/usr/lib/jvm/java-11-openjdk-amd64 && cd /pulsar &&
/pulsar/site2/tools/build-site.sh $@"
+echo "docker exec cmd: "$CMD
+$DOCKER_CMD bash -l -c "$CMD"
\ No newline at end of file