Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
add BUILD_METADATA fallback when parsing (#2503)
### Changes This PR adds a fallback to empty build metadata when BUILD_METADATA contains invalid JSON. Example `warning` log for `BUILD_METADATA={...}`: ``` 20:57:57.872 [warning] failed to parse $BUILD_METADATA, reason: ** (Jason.DecodeError) unexpected byte at position 1: 0x2E (".") ``` Fixes #2491 ### Tests - [x] This PR does not require tests ### Changelog - [ ] Entry has been added to changelog ### Documentation - [x] This change does not need a documentation update ### Dark mode - [x] This PR does not change the UI
- Loading branch information