mirror of
https://github.com/kremalicious/metamask-extension.git
synced 2024-11-22 01:47:00 +01:00
Fix MMI policy generation (#19967)
The command `yarn lavamoat:auto` will fail unless the environment variable `CONFIGURATION_SERVICE_URL` is set locally. Most contributors will have no reason to set this to anything. This has been fixed by assigning this variable a default value of an empty string, as the error suggests doing.
This commit is contained in:
parent
cc9d87c365
commit
2fad10e0a3
@ -89,7 +89,7 @@ buildTypes:
|
||||
- SEGMENT_WRITE_KEY_REF: SEGMENT_MMI_WRITE_KEY
|
||||
- SUPPORT_LINK: https://mmi-support.zendesk.com/hc/en-us
|
||||
- SUPPORT_REQUEST_LINK: https://mmi-support.zendesk.com/hc/en-us/requests/new
|
||||
- MMI_CONFIGURATION_SERVICE_URL
|
||||
- MMI_CONFIGURATION_SERVICE_URL: ''
|
||||
# For some reason, MMI uses this type of versioning
|
||||
# Leaving it on for backwards compatibility
|
||||
isPrerelease: true
|
||||
|
Loading…
Reference in New Issue
Block a user