Skip to content

Commit d2c5ed1

Browse files
authored
Add CI to default passthroughs. (#8393)
### 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.
1 parent efcea76 commit d2c5ed1

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

crates/turborepo-lib/src/task_hash.rs

+1
Original file line numberDiff line numberDiff line change
@@ -469,6 +469,7 @@ impl<'a> TaskHasher<'a> {
469469
"LANG",
470470
"SHELL",
471471
"PWD",
472+
"CI",
472473
"NODE_OPTIONS",
473474
// Vercel specific
474475
"VERCEL_*",

0 commit comments

Comments
 (0)