rich7420 commented on code in PR #9362:
URL: https://github.com/apache/ozone/pull/9362#discussion_r2594439686
##########
.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 can remove it.
--
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]