Closed ehmicky closed 4 years ago
Currently ci-info detects Netlify using the NETLIFY_BUILD_BASE environment variable. While this will work, that environment variable is undocumented. This PR changes it to the documented NETLIFY=true environment variable instead.
ci-info
NETLIFY_BUILD_BASE
NETLIFY=true
Tests are updated too.
Thanks @ehmicky .
Currently
ci-info
detects Netlify using theNETLIFY_BUILD_BASE
environment variable. While this will work, that environment variable is undocumented. This PR changes it to the documentedNETLIFY=true
environment variable instead.Tests are updated too.