Skip to content

Commit

Permalink
DOP-5168 removing comments
Browse files Browse the repository at this point in the history
  • Loading branch information
anabellabuckvar committed Jan 15, 2025
1 parent 3573f88 commit 4a6a808
Showing 1 changed file with 0 additions and 6 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -29,12 +29,6 @@ export const setMutEnvVars = (dbEnvVars: StaticEnvVars) => {
// TODO: check if these can be set as env vars (with the same name) in assertDbEnvVars
process.env.AWS_SECRET_ACCESS_KEY = dbEnvVars.AWS_S3_SECRET_ACCESS_KEY;
process.env.AWS_ACCESS_KEY_ID = dbEnvVars.AWS_S3_ACCESS_KEY_ID;
// assertEnvVars({
// manifestPath: process.env.GATSBY_MANIFEST_PATH,
// parserUser: process.env.GATSBY_PARSER_USER,
// awsAccessKey: process.env.AWS_SECRET_ACCESS_KEY,
// awsAccessKeyId: process.env.AWS_ACCESS_KEY_ID,
// });
};

export const mutRedirectsAndPublish = async (
Expand Down

0 comments on commit 4a6a808

Please sign in to comment.