Skip to content

Commit

Permalink
DOP-4451 fixing comment out runadditionaltasks
Browse files Browse the repository at this point in the history
  • Loading branch information
anabellabuckvar committed May 6, 2024
1 parent df2894e commit 28c7ed0
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 @@ -255,7 +255,7 @@ export const triggerSmokeTestAutomatedBuild = async (event: APIGatewayEvent): Pr

try {
const returnVal = await createAndInsertJob();
await runAdditionalECSTasks();
// await runAdditionalECSTasks();
return {
statusCode: 202,
headers: { 'Content-Type': 'text/plain' },
Expand Down

0 comments on commit 28c7ed0

Please sign in to comment.