Skip to content

Commit

Permalink
Also detect VERCEL_BUILDER should Vercel one day use it as per the do…
Browse files Browse the repository at this point in the history
…cs (#25926)
  • Loading branch information
jamo committed Jul 24, 2020
1 parent 0380399 commit 31e012c
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions packages/gatsby-core-utils/src/ci.ts
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,7 @@ const CI_DEFINITIONS = [
getEnvDetect({ key: `NOW_REGION`, name: `ZEIT Now v1` }),
getEnvDetect({ key: `VERCEL_URL`, name: `Vercel Now` }),
getEnvDetect({ key: `NOW_BUILDER`, name: `Vercel Now` }),
getEnvDetect({ key: `VERCEL_BUILDER`, name: `Vercel Now` }),
herokuDetect,
getEnvFromCIInfo,
envFromCIWithNoName,
Expand Down

0 comments on commit 31e012c

Please sign in to comment.