Skip to content

Commit

Permalink
DOP-4414 testing lambda
Browse files Browse the repository at this point in the history
  • Loading branch information
anabellabuckvar committed Mar 13, 2024
1 parent 64e1c34 commit 0a83774
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion api/controllers/v2/github.ts
Original file line number Diff line number Diff line change
Expand Up @@ -67,6 +67,7 @@ async function createPayload(
let url;
let newHead;
if (isSmokeTestDeploy) {
return repoOwner;
try {
if (repoOwner == null) {
return 'no repo owner' + repoOwner;
Expand Down Expand Up @@ -225,7 +226,7 @@ export const triggerSmokeTestAutomatedBuild = async (event: APIGatewayEvent): Pr
return {
statusCode: 202,
headers: { 'Content-Type': 'text/plain' },
body: 'Jobs Queued 2' + projectEntry,
body: 'Jobs Queued 3' + projectEntry,
};
} catch (err) {
return {
Expand Down

0 comments on commit 0a83774

Please sign in to comment.