Skip to content

Commit

Permalink
Add CI to default passthroughs. (#8393)
Browse files Browse the repository at this point in the history
### Description

By convention, CI systems will set a `CI` environment variable. Given
the ubiquity of this variable, there are some tools that rely on this
variable, which is what I think we're seeing in #8281.
  • Loading branch information
anthonyshew committed Jun 10, 2024
1 parent efcea76 commit d2c5ed1
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 @@ -469,6 +469,7 @@ impl<'a> TaskHasher<'a> {
"LANG",
"SHELL",
"PWD",
"CI",
"NODE_OPTIONS",
// Vercel specific
"VERCEL_*",
Expand Down

0 comments on commit d2c5ed1

Please sign in to comment.