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 03:54:54 UTC

[pulsar-site] branch main updated: open debug for build script

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 6f9209b8048 open debug for build script
6f9209b8048 is described below

commit 6f9209b804848d169330895af740883e9bd552eb
Author: Li Li <ur...@apache.org>
AuthorDate: Fri Sep 30 11:54:44 2022 +0800

    open debug for build script
    
    Signed-off-by: Li Li <ur...@apache.org>
---
 site2/website-next/scripts/split-version-build.sh | 3 +++
 1 file changed, 3 insertions(+)

diff --git a/site2/website-next/scripts/split-version-build.sh b/site2/website-next/scripts/split-version-build.sh
index 07c095c2767..b3736a881ae 100755
--- a/site2/website-next/scripts/split-version-build.sh
+++ b/site2/website-next/scripts/split-version-build.sh
@@ -1,4 +1,7 @@
 #! /bin/sh
+
+set -x -e
+
 node scripts/split-version.js
 
 locals=("en" "zh-CN" "zh-TW" "ja" "ko" "fr")