Skip to content

Commit c841389

Browse files
removed unnecessary returned exitcode 4
1 parent d1d85e3 commit c841389

File tree

1 file changed

+0
-4
lines changed

1 file changed

+0
-4
lines changed

commands/utils/polling.js

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -46,10 +46,6 @@ async function shortPolling(buildId, retries = 0, options) {
4646
]);
4747
});
4848
console.log(table.toString());
49-
50-
if (response.data.buildResults.changesFound != 0 || response.data.buildResults.rejected != 0) {
51-
process.exitCode = constants.ERROR_CHANGES_FOUND_OR_REJECTED;
52-
}
5349
})
5450
} else {
5551
if (response.data.baseline) {

0 commit comments

Comments
 (0)