bobbai00 opened a new pull request, #4253: URL: https://github.com/apache/texera/pull/4253
### What changes were proposed in this PR? The `create-release-candidate` workflow builds a self-contained Docker Compose deployment tarball (`apache-texera-<version>-docker-compose.tar.gz`), but it only copies a hardcoded list of files from `bin/single-node/` into the bundle: - `docker-compose.yml` - `nginx.conf` - `.env` - `README.md` - `sql/` In #4247 we added the example datasets and workflows, however the current CI didn't include them in the docker-compose tarball. **The fix:** Add a conditional `cp -r` of the `examples/` directory into the bundle, guarded by `if [ -d ... ]` so it doesn't break when building from older tags that predate the examples directory. ### Any related issues, documentation, discussions? #4247 ### How was this PR tested? Tested using my own fork ### Was this PR authored or co-authored using generative AI tooling? Generated-by: Claude Code (claude-opus-4-6) -- 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]
