You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Our app uses the environment variable naming schema application_name.property_name, e.g. matrix.environment='test'. In 2.3.0 this worked fine, but as of 2.4.0 this is being silently changed to MATRIX_ENVIRONMENT='test', which our app isn't recognizing. I can't find any option to disable this behavior in the documentation.
While I do understand that the screaming snake case is much more common than what we're using, ours is still a valid environment variable name and silently correcting it like this is causing us a ton of headache.
closes#3515
I think after this is fixed, we should publish a new release as this can
be quite important.
Co-authored-by: Robert Kaussow <mail@thegeeklab.de>
Component
agent
Describe the bug
Our app uses the environment variable naming schema
application_name.property_name
, e.g.matrix.environment='test'
. In 2.3.0 this worked fine, but as of 2.4.0 this is being silently changed toMATRIX_ENVIRONMENT='test'
, which our app isn't recognizing. I can't find any option to disable this behavior in the documentation.While I do understand that the screaming snake case is much more common than what we're using, ours is still a valid environment variable name and silently correcting it like this is causing us a ton of headache.
System Info
Additional context
No response
Validations
next
version already [https://woodpecker-ci.org/faq#which-version-of-woodpecker-should-i-use]The text was updated successfully, but these errors were encountered: