mirror of
https://github.com/zebrajr/react.git
synced 2026-01-15 12:15:22 +00:00
Fix path to results.json
This commit is contained in:
@@ -146,8 +146,9 @@ function git(args) {
|
||||
|
||||
for (let i = 0; i < baseArtifactsInfo.length; i++) {
|
||||
const info = baseArtifactsInfo[i];
|
||||
if (info.path === 'home/circleci/project/scripts/results.json') {
|
||||
if (info.path === 'home/circleci/project/scripts/rollup/results.json') {
|
||||
resultsResponse = await fetch(info.url);
|
||||
break;
|
||||
}
|
||||
}
|
||||
} catch (error) {
|
||||
|
||||
Reference in New Issue
Block a user