Reading env vars fails to validate on pre-commit only #3546
cgarciaarano
started this conversation in
General
Replies: 1 comment
-
|
It's because we cannot pass env variables to pre-commit. The docker call includes the required variables. We fixed it by adding |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
config.jsReturns
Oddly enough, running this from
docker run -v $(pwd)/config.js:/usr/src/app/config.js renovate/renovate:41.90-full renovate-config-validatorvalidates fineBeta Was this translation helpful? Give feedback.
All reactions