mirror of
https://github.com/grafana/grafana.git
synced 2025-02-25 18:55:37 -06:00
Bug: Fix build-frontend* config checks (#70076)
* Fix frontend config checks * Exclude test tag events
This commit is contained in:
committed by
GitHub
parent
193247bc73
commit
5a36fa5f8a
@@ -16,9 +16,8 @@ func BuildFrontend(c *cli.Context) error {
|
||||
if err != nil {
|
||||
return err
|
||||
}
|
||||
version := metadata.GrafanaVersion
|
||||
|
||||
cfg, mode, err := frontend.GetConfig(c, version)
|
||||
cfg, mode, err := frontend.GetConfig(c, metadata)
|
||||
if err != nil {
|
||||
return err
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user