Skip to content

Commit

Permalink
Try detecting codesandbox and mark it as CI (#26958)
Browse files Browse the repository at this point in the history
  • Loading branch information
jamo committed Sep 30, 2020
1 parent 710667f commit f1d45d4
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions packages/gatsby-core-utils/src/ci.ts
Expand Up @@ -7,6 +7,7 @@ const CI_DEFINITIONS = [
getEnvDetect({ key: `VERCEL_URL`, name: `Vercel Now` }),
getEnvDetect({ key: `NOW_BUILDER`, name: `Vercel Now` }),
getEnvDetect({ key: `VERCEL_BUILDER`, name: `Vercel Now` }),
getEnvDetect({ key: `CODESANDBOX_SSE`, name: `CodeSandbox` }),
herokuDetect,
getEnvFromCIInfo,
envFromCIWithNoName,
Expand Down

0 comments on commit f1d45d4

Please sign in to comment.