Skip to content

Commit

Permalink
comment
Browse files Browse the repository at this point in the history
  • Loading branch information
mmeigs committed Nov 27, 2023
1 parent 3bc4550 commit 781b7ab
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/job/productionJobHandler.ts
Original file line number Diff line number Diff line change
Expand Up @@ -189,6 +189,7 @@ export class ProductionJobHandler extends JobHandler {
}

async deploy(): Promise<CommandExecutorResponse> {
this.logger.save(this.currJob._id, `ITS MONOREPO, but in prodJobHandler?!! All the world's sadly not a stage.`);
const resp = await this.deployGeneric();
try {
if (resp?.output) {
Expand Down

0 comments on commit 781b7ab

Please sign in to comment.