mirror of
https://github.com/grafana/grafana.git
synced 2025-02-11 08:05:43 -06:00
feat(cli): disable dependecy downloads until needed
This commit is contained in:
parent
c09d506245
commit
788aafff3c
@ -85,13 +85,13 @@ func InstallPlugin(pluginName, version string, c CommandLine) error {
|
||||
|
||||
log.Infof("Installed %v successfully ✔\n", plugin.Id)
|
||||
|
||||
/* Enable once we need support for downloading depedencies
|
||||
res, _ := s.ReadPlugin(pluginFolder, pluginName)
|
||||
|
||||
for _, v := range res.Dependency.Plugins {
|
||||
InstallPlugin(v.Id, version, c)
|
||||
log.Infof("Installed dependency: %v ✔\n", v.Id)
|
||||
}
|
||||
|
||||
*/
|
||||
return err
|
||||
}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user