Open
Description
Describe the bug
Using process.env.whatever
in a danger file leads to a runtime error stating that process
is undefined.
To Reproduce
- Create a dangerfile
- Add a reference to
process.env
- See the error
Expected behavior
You should be able to access process.env
Your Environment
software | version |
---|---|
danger.js | 11.2.0 |
node | node:16 docker image |
npm | 7.11.0 (pnpm) |
Operating System | Gitlab CI |
Additional context
Add any other context about the problem here.
Activity