Skip to content

Commit

Permalink
DOP-4414 testing
Browse files Browse the repository at this point in the history
  • Loading branch information
anabellabuckvar committed Mar 18, 2024
1 parent 484d6a1 commit d5aa217
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion api/controllers/v2/github.ts
Original file line number Diff line number Diff line change
Expand Up @@ -228,7 +228,7 @@ export const triggerSmokeTestAutomatedBuild = async (event: APIGatewayEvent): Pr
jobRepository.notify(jobId, c.get('jobUpdatesQueueUrl'), JobStatus.inQueue, 0);
consoleLogger.info(job.title, `Created Job ${jobId}`);
} catch (err) {
return repoName;
return err + repoName;
consoleLogger.error('TriggerBuildError', err + repoName);
}
// deployable.push(job);
Expand Down

0 comments on commit d5aa217

Please sign in to comment.