chenlica commented on code in PR #4320:
URL: https://github.com/apache/texera/pull/4320#discussion_r2971862610


##########
.github/workflows/create-release-candidate.yml:
##########
@@ -181,8 +181,14 @@ jobs:
             echo "TEXERA_SERVICE_LOG_LEVEL=ERROR" >> "$BUNDLE_DIR/.env"
           fi
 
-          # Include the README from the repo
-          cp "$TEMP_DIR/_raw/bin/single-node/README.md" "$BUNDLE_DIR/"
+          # Fetch the README from the GitHub wiki and remove the download 
section
+          # (users of the tarball already have the files, so that section is 
irrelevant)
+          curl -fsSL 
"https://raw.githubusercontent.com/wiki/apache/texera/Installing-Apache-Texera-using-Docker.md";
 \

Review Comment:
   It replies on the content of another page 
https://raw.githubusercontent.com/wiki/apache/texera/Installing-Apache-Texera-using-Docker.md
 with instructions.  Then this package is not self-contained.  Can we include 
this file into this release as well?



-- 
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: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]

Reply via email to