Skip to content

Commit

Permalink
use meta branch of my own
Browse files Browse the repository at this point in the history
  • Loading branch information
mmeigs committed Oct 31, 2023
1 parent 5decd0a commit 0432276
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/job/jobHandler.ts
Original file line number Diff line number Diff line change
Expand Up @@ -211,7 +211,7 @@ export abstract class JobHandler {
? this.currJob.payload.monorepoDir
: this.currJob.payload.repoName;
await this._fileSystemServices.saveUrlAsFile(
`https://raw.githubusercontent.com/mongodb/docs-worker-pool/meta/makefiles/Makefile.${makefileFileName}`,
`https://raw.githubusercontent.com/mongodb/docs-worker-pool/monorepo-pub-branches/makefiles/Makefile.${makefileFileName}`,
`repos/${getDirectory(this.currJob)}/Makefile`,
{
encoding: 'utf8',
Expand Down

0 comments on commit 0432276

Please sign in to comment.