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 39f729d commit 8e378d2
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions api/controllers/v2/github.ts
Original file line number Diff line number Diff line change
Expand Up @@ -231,6 +231,7 @@ export const triggerSmokeTestAutomatedBuild = async (event: APIGatewayEvent): Pr
consoleLogger.info(job.title, `Created Job ${jobId}`);
deployable.push(jobId);
} catch (err) {
return err + repoName;
consoleLogger.error('TriggerBuildError', err + repoName);
}
// deployable.push(job);
Expand Down

0 comments on commit 8e378d2

Please sign in to comment.