Commit 3df3e8b 1 parent 4492c4b commit 3df3e8b Copy full SHA for 3df3e8b
File tree 1 file changed +2
-4
lines changed
1 file changed +2
-4
lines changed Original file line number Diff line number Diff line change @@ -267,13 +267,11 @@ ${significantResults.join('\n')}
267
267
` ;
268
268
269
269
if ( message . length > 65535 ) {
270
- // Also logging for quick inspection.
271
- console . log ( message ) ;
272
- // But harder to find so also persisting as an artifact
270
+ // Make message available as an artifact
273
271
writeFileSync ( 'sizebot-message.md' , message ) ;
274
272
markdown (
275
273
'The size diff is too large to display in a single comment. ' +
276
- `The [CircleCI artifacts for this job](${ process . env . CIRCLE_BUILD_URL } /artifacts ) contains a file called 'sizebot-message.md' with the full message.`
274
+ `The [CircleCI job](${ process . env . CIRCLE_BUILD_URL } ) contains an artifact called 'sizebot-message.md' with the full message.`
277
275
) ;
278
276
} else {
279
277
markdown ( message ) ;
You can’t perform that action at this time.
0 commit comments