pan3793 commented on code in PR #43:
URL: https://github.com/apache/celeborn-website/pull/43#discussion_r1538560685


##########
.github/bin/build_docs.sh:
##########
@@ -36,12 +36,16 @@ TAR_NAME=${REF_VERSION_NAME##*/}
 
 if [[ "$REF_VERSION_NAME" == *"-tm"* ]] ;then
     DIR_VERSION_NAME=$(echo "$TAR_NAME" | sed -r "s/v*(.*)\.tar\.gz/\1/g")
-    TAR_DIR_NAME=incubator-celeborn-$DOC_LINK_PATH
-    wget 
"https://github.com/apache/incubator-celeborn/releases/download/${REF_VERSION_NAME}";
+    if [[ "$REF_VERSION_NAME" == *"-incubating"* ]] ;then
+      TAR_DIR_NAME=incubator-celeborn-$DOC_LINK_PATH

Review Comment:
   why should we handle `incubator-*` case now?



-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: dev-unsubscr...@celeborn.apache.org

For queries about this service, please contact Infrastructure at:
us...@infra.apache.org

Reply via email to