Skip to content

Commit

Permalink
DOP-4401 testing logger
Browse files Browse the repository at this point in the history
  • Loading branch information
anabellabuckvar committed Feb 29, 2024
1 parent 4897ff3 commit dc41003
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
2 changes: 1 addition & 1 deletion src/commands/src/shared/next-gen-deploy.ts
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,7 @@ export async function nextGenDeploy({
console.log(
`COMMAND: yes | mut-publish public ${bucket} --prefix=${mutPrefix} --deploy --deployed-url-prefix=${url} --json --all-subdirectories --dry-run`
);
console.log(`${outputText}\n Hosted at ${url}/${mutPrefix}`);
console.log(`${outputText}\n Hosted at ${url}${mutPrefix}`);
return {
status: CommandExecutorResponseStatus.success,
output: outputText,
Expand Down
1 change: 1 addition & 0 deletions src/job/jobHandler.ts
Original file line number Diff line number Diff line change
Expand Up @@ -159,6 +159,7 @@ export abstract class JobHandler {
}
this._logger.save(this.currJob._id, `Testing7 Commit Hash: ${this.currJob?.payload?.newHead}`);
this._logger.save(this.currJob._id, 'MUT PREFIX9: ' + mutPrefix.split('/')[0]) + mutPrefix.split('/')[1];
this._logger.save(this.currJob._id, 'CurrJob6 mutprefix' + this.currJob.mutPrefix);
this.currJob.payload.mutPrefix = mutPrefix;
}
}
Expand Down

0 comments on commit dc41003

Please sign in to comment.