Skip to content

Commit

Permalink
Fix path to results.json
Browse files Browse the repository at this point in the history
  • Loading branch information
acdlite committed Apr 12, 2019
1 parent de75903 commit cdfb06e
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion dangerfile.js
Original file line number Diff line number Diff line change
Expand Up @@ -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) {
Expand Down

0 comments on commit cdfb06e

Please sign in to comment.