Skip to content

Commit cd71c96

Browse files
cortinicofacebook-github-bot
authored andcommitted
Do not die on collect-results after printing to Discord. (#53132)
Summary: Pull Request resolved: #53132 This will prevent the Firebase script from running at all. I'm removing it. Changelog: [Internal] [Changed] - Reviewed By: cipolleschi Differential Revision: D79801691 fbshipit-source-id: 2705dff93fc9dbbcfaf97a1ba29b69d4d0a8143c
1 parent 9bb53c0 commit cd71c96

1 file changed

Lines changed: 0 additions & 1 deletion

File tree

.github/workflow-scripts/collectNightlyOutcomes.js

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -118,7 +118,6 @@ async function collectResults(discordWebHook) {
118118
} else {
119119
console.log('Discord webhook not set');
120120
}
121-
process.exit(1);
122121
}
123122

124123
// Initialize Firebase client

0 commit comments

Comments
 (0)