S3/GCS need index.html for paths so use a direct link. (#3260)
This commit is contained in:
parent
e9d28b53ba
commit
ec29d8e401
|
|
@ -147,7 +147,10 @@ module.exports = {
|
|||
);
|
||||
|
||||
if (resultUrls.hasBaseUrl()) {
|
||||
log.info('Find the result at %s', resultUrls.reportSummaryUrl());
|
||||
log.info(
|
||||
'Find the result at %s',
|
||||
resultUrls.reportSummaryUrl() + '/index.html'
|
||||
);
|
||||
}
|
||||
|
||||
if (options.summary && options.summary.out) {
|
||||
|
|
|
|||
Loading…
Reference in New Issue