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 481ccfc commit 1f2ca14Copy full SHA for 1f2ca14
jobs/upcoming.js
@@ -147,10 +147,10 @@ module.exports = async () => {
147
flightNumbers.push(baseFlightNumber + wikiIndex);
148
149
// Wiki launchpad matchers
150
- const slc40Pattern = /^.*SLC-40.*LC-39A|BC?.*$/i;
151
- const lc39aPattern = /^.*LC-39A.*SLC-40|BC?.*$/i;
152
- const slc4ePattern = /^.*SLC-4E.*$/i;
153
- const bcPattern = /^.*BC.*SLC-40|LC-39A?.*$/i;
+ const slc40Pattern = /^SLC-40.*$/i;
+ const lc39aPattern = /^LC-39A.*$/i;
+ const slc4ePattern = /^SLC-4E.*$/i;
+ const bcPattern = /^BC.*$/i;
154
155
// Calculate launch site depending on wiki manifest
156
let launchpadId;
0 commit comments