Skip to content

Commit

Permalink
DOP-4414 adding extra part to mutprefix path
Browse files Browse the repository at this point in the history
  • Loading branch information
anabellabuckvar committed Apr 10, 2024
1 parent cfb3f13 commit cc3a702
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/job/productionJobHandler.ts
Original file line number Diff line number Diff line change
Expand Up @@ -147,7 +147,7 @@ export class ProductionJobHandler extends JobHandler {
if (this.currJob.payload.action == 'automatedTest') {
const titleArray = this.currJob.title.split(' ');
const commitHash = titleArray[titleArray.length - 5];
return `${prefix}/${commitHash}`;
return `${prefix}/smokeTests/${commitHash}`;
}
return prefix;
}
Expand Down

0 comments on commit cc3a702

Please sign in to comment.