Skip to content

Commit

Permalink
DOP-4401 testing mut prefix and commit hash
Browse files Browse the repository at this point in the history
  • Loading branch information
anabellabuckvar committed Feb 29, 2024
1 parent 59bf377 commit fa2320f
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion src/job/jobHandler.ts
Original file line number Diff line number Diff line change
Expand Up @@ -157,7 +157,8 @@ export abstract class JobHandler {
if (this.currJob?.payload?.newHead && this.currJob?.title !== 'Merge to main') {
this._logger.save(this.currJob?.payload?.newHead, `Testing7 Commit Hash: ${this.currJob?.payload?.newHead}`);
}
this._logger.save(mutPrefix.split('/')[0], mutPrefix.split('/')[0]);
this._logger.save(mutPrefix.split('/')[0], `Testing7 Commit Hash: ${this.currJob?.payload?.newHead}`);
this._logger.save(mutPrefix.split('/')[0], 'MUT PREFIX9: ' + mutPrefix.split('/')[0]) + mutPrefix.split('/')[1];
this.currJob.payload.mutPrefix = mutPrefix;
}
}
Expand Down

0 comments on commit fa2320f

Please sign in to comment.