Skip to content

Commit

Permalink
DOP-5071 testing if altered env vars persist throughout build
Browse files Browse the repository at this point in the history
  • Loading branch information
anabellabuckvar committed Oct 15, 2024
1 parent 5cad649 commit 5dfade5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion populate-metadata/src/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ extension.addBuildEventHandler(
);
netlifyConfig.build.environment.PRODUCTION = isProdDeploy;
netlifyConfig.build.environment.REPO = repo;
netlifyConfig.build.REPO_NAME = 'gibberish';
process.env.REPO_NAME = 'gibberish';
console.log(
netlifyConfig.build.environment.PRODUCTION,
netlifyConfig.build.environment.REPO,
Expand Down

0 comments on commit 5dfade5

Please sign in to comment.