File tree Expand file tree Collapse file tree 1 file changed +13
-14
lines changed Expand file tree Collapse file tree 1 file changed +13
-14
lines changed Original file line number Diff line number Diff line change @@ -285,23 +285,22 @@ jobs:
285285 -DpublishToNPM="${PUBLISH_TO_NPM}" \
286286 -DnpmPublishTrigger="${NPM_PUBLISH_TRIGGER}" \
287287 -DpublishToJBMarketplace="${PUBLISH_TO_JBPM}" \
288- -DimageRepoBase=$IMAGE_REPO_BASE \
289- --report report.html || RESULT=$?
288+ -DimageRepoBase=$IMAGE_REPO_BASE || RESULT=$?
290289 set +x
291290
292- cat report.html >> $GITHUB_STEP_SUMMARY
291+ # cat report.html >> $GITHUB_STEP_SUMMARY
293292
294- SUMMARY_SIZE=$(wc -c < $GITHUB_STEP_SUMMARY)
295- if [[ $SUMMARY_SIZE -gt 1000000 ]]; then
296- head -c 1000000 $GITHUB_STEP_SUMMARY > $GITHUB_STEP_SUMMARY.tmp
297- mv $GITHUB_STEP_SUMMARY.tmp $GITHUB_STEP_SUMMARY
298- (
299- echo '.....'
300- echo ''
301- echo ':x: **WARNING: Summary is too large and has been truncated.**'
302- echo ''
303- ) >> $GITHUB_STEP_SUMMARY
304- fi
293+ # SUMMARY_SIZE=$(wc -c < $GITHUB_STEP_SUMMARY)
294+ # if [[ $SUMMARY_SIZE -gt 1000000 ]]; then
295+ # head -c 1000000 $GITHUB_STEP_SUMMARY > $GITHUB_STEP_SUMMARY.tmp
296+ # mv $GITHUB_STEP_SUMMARY.tmp $GITHUB_STEP_SUMMARY
297+ # (
298+ # echo '.....'
299+ # echo ''
300+ # echo ':x: **WARNING: Summary is too large and has been truncated.**'
301+ # echo ''
302+ # ) >> $GITHUB_STEP_SUMMARY
303+ # fi
305304
306305 exit $RESULT
307306 - name : Tag the release
You can’t perform that action at this time.
0 commit comments