Skip to content

Commit

Permalink
DOP-4414 push to preprd
Browse files Browse the repository at this point in the history
  • Loading branch information
anabellabuckvar committed Mar 14, 2024
1 parent 0c7b269 commit c15f5bb
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions api/controllers/v2/github.ts
Original file line number Diff line number Diff line change
Expand Up @@ -195,7 +195,6 @@ export const triggerSmokeTestAutomatedBuild = async (event: APIGatewayEvent): Pr
async function createAndInsertJob() {
//should this array be typed more specifically
const deployable: Array<any> = [];
const names = '';

for (const s in SMOKETEST_SITES) {
const repoName = SMOKETEST_SITES[s];
Expand Down Expand Up @@ -238,7 +237,6 @@ export const triggerSmokeTestAutomatedBuild = async (event: APIGatewayEvent): Pr
consoleLogger.info(jobId, `Created Job ${jobId}`);
})
);
return true;
} catch (err) {
consoleLogger.error('deployRepo', err);
}
Expand Down

0 comments on commit c15f5bb

Please sign in to comment.