kumarUjjawal commented on PR #21499: URL: https://github.com/apache/datafusion/pull/21499#issuecomment-4322458260
> **Double output in `semver-check`.** The `tee` writes to stdout _and_ the file, then the `sed` strip also writes to stdout, so the workflow captures both concatenated. Either `tee /dev/stderr > /tmp/semver-output.txt` or just write to the file without tee. Same point is made here. -- 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] --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
