adoroszlai commented on code in PR #9362:
URL: https://github.com/apache/ozone/pull/9362#discussion_r2594614825
##########
.github/workflows/check.yml:
##########
@@ -247,7 +247,9 @@ jobs:
if [[ -s "target/${{ inputs.script }}/summary.md" ]]; then
cat target/${{ inputs.script }}/summary.md >> $GITHUB_STEP_SUMMARY
fi
- hadoop-ozone/dev-support/checks/_summary.sh target/${{ inputs.script
}}/summary.txt
+ if [[ -f "hadoop-ozone/dev-support/checks/_summary.sh" ]]; then
+ hadoop-ozone/dev-support/checks/_summary.sh target/${{
inputs.script }}/summary.txt
+ fi
Review Comment:
> I got error in without `_summary.sh` this file.
`_summary.sh` does exist in the source repo. Please check for the root
cause instead of masking it.
`summary.md` is checked because it's generated by some CI checks, but not
all.
--
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]