Thanks to visit codestin.com Credit goes to github.com
We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 613cbd3 commit d84c539Copy full SHA for d84c539
dangerfile.js
@@ -171,7 +171,7 @@ function git(args) {
171
172
for (let i = 0; i < baseArtifactsInfo.length; i++) {
173
const info = baseArtifactsInfo[i];
174
- if (info.path === 'home/circleci/project/build/bundle-sizes.json') {
+ if (info.path.endsWith('bundle-sizes.json')) {
175
const resultsResponse = await fetch(info.url);
176
previousBuildResults = await resultsResponse.json();
177
break;
0 commit comments