Skip to content

Commit

Permalink
DOP-4401-c reverting conditional amended for testing
Browse files Browse the repository at this point in the history
  • Loading branch information
anabellabuckvar committed Apr 10, 2024
1 parent eaabdb5 commit 9cd3626
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/job/stagingJobHandler.ts
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,7 @@ export class StagingJobHandler extends JobHandler {
prepDeployCommands(): void {
this.currJob.deployCommands = [
`cd repos/${getDirectory(this.currJob)}`,
`make next-gen-stage${true ? ` MUT_PREFIX=${this.currJob.payload.mutPrefix}` : ''}`,
`make next-gen-stage${this.currJob.payload.pathPrefix ? ` MUT_PREFIX=${this.currJob.payload.mutPrefix}` : ''}`,
];
}

Expand Down

0 comments on commit 9cd3626

Please sign in to comment.