Skip to content

Commit

Permalink
chore: add USER as one of the supported process.env variables to pass…
Browse files Browse the repository at this point in the history
…thru (#9235)

### Description

Enable `USER` to be PassThruEnv.
  • Loading branch information
cosn authored Oct 15, 2024
1 parent 961ce00 commit b65589e
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions crates/turborepo-lib/src/task_hash.rs
Original file line number Diff line number Diff line change
Expand Up @@ -466,6 +466,7 @@ impl<'a> TaskHasher<'a> {
let default_env_var_pass_through_map =
self.env_at_execution_start.from_wildcards(&[
"HOME",
"USER",
"TZ",
"LANG",
"SHELL",
Expand Down

0 comments on commit b65589e

Please sign in to comment.