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 b22d0dd2fd6 update build scripts BUILD_VERSIONS=2.10.x,2.9.x,2.8.x
b22d0dd2fd6 is described below
commit b22d0dd2fd65f3e3820cb7b6b29ce6a7ac339947
Author: Li Li <[email protected]>
AuthorDate: Mon Aug 22 15:00:40 2022 +0800
update build scripts BUILD_VERSIONS=2.10.x,2.9.x,2.8.x
Signed-off-by: Li Li <[email protected]>
---
site2/website-next/scripts/split-version-build.sh | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/site2/website-next/scripts/split-version-build.sh
b/site2/website-next/scripts/split-version-build.sh
index 061680b607e..4b666627074 100755
--- a/site2/website-next/scripts/split-version-build.sh
+++ b/site2/website-next/scripts/split-version-build.sh
@@ -56,7 +56,7 @@ FORCE_BUILD_VERSIONS=$(echo $COMMIT_MSG | sed
's/.*BUILD_VERSIONS=\([0-9\.x,]*\)
FORCE_CROWDIN_ALL=$(echo $COMMIT_MSG | sed 's/.*CROWDIN_ALL=\([0-1]*\).*/\1/g')
FORCE_CROWDIN_UP=$(echo $COMMIT_MSG | sed 's/.*CROWDIN_UP=\([0-1]*\).*/\1/g')
FORCE_CROWDIN_DOWN=$(echo $COMMIT_MSG | sed
's/.*CROWDIN_DOWN=\([0-1]*\).*/\1/g')
-if [[ $FORCE_BUILD_VERSIONS =~ ^[0-9\.]+$ ]]; then
+if [[ $FORCE_BUILD_VERSIONS =~ ^[0-9\.x,]+$ ]]; then
SUPPLEMENT_VERSIONS=$FORCE_BUILD_VERSIONS
else
SUPPLEMENT_VERSIONS=""