Skip to content

Commit

Permalink
[DOP-4033]: Respond to review comments
Browse files Browse the repository at this point in the history
  • Loading branch information
branberry committed Oct 16, 2023
1 parent b2bc784 commit bdacf2d
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 5 deletions.
3 changes: 1 addition & 2 deletions src/commands/src/helpers/dependency-helpers.ts
Original file line number Diff line number Diff line change
Expand Up @@ -19,8 +19,7 @@ async function createEnvProdFile(repoDir: string, projectName: string, baseUrl:
try {
await writeFileAsync(
prodFileName,
`GATSBY_BASE_URL=docs.mongodb.com
GATSBY_SITE=${projectName}
`GATSBY_SITE=${projectName}
GATSBY_MANIFEST_PATH=${repoDir}/bundle.zip
GATSBY_PARSER_USER=${process.env.USER}
GATSBY_BASE_URL=${baseUrl}
Expand Down
3 changes: 0 additions & 3 deletions src/commands/src/helpers/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -278,6 +278,3 @@ export async function getCommitHash(repoDir: string): Promise<string> {

export const checkIfPatched = async (repoDir: string) => !existsAsync(path.join(repoDir, 'myPatch.patch'));
export const getRepoDir = (repoName: string) => path.join(process.cwd(), `repos/${repoName}`);

export const RSTSPEC_FLAG =
'--rstspec=https://raw.githubusercontent.com/mongodb/snooty-parser/latest/snooty/rstspec.toml';

0 comments on commit bdacf2d

Please sign in to comment.