mirror of
https://github.com/grafana/grafana.git
synced 2025-02-25 18:55:37 -06:00
grafana/toolkit: Use http rather than ssh for git checkout (#19754)
This commit is contained in:
committed by
Dominik Prokop
parent
00d0640b6e
commit
3ca01c3255
@@ -24,9 +24,9 @@ interface PluginDetails {
|
||||
type PluginType = 'angular-panel' | 'react-panel' | 'datasource-plugin';
|
||||
|
||||
const RepositoriesPaths = {
|
||||
'angular-panel': 'git@github.com:grafana/simple-angular-panel.git',
|
||||
'react-panel': 'git@github.com:grafana/simple-react-panel.git',
|
||||
'datasource-plugin': 'git@github.com:grafana/simple-datasource.git',
|
||||
'angular-panel': 'https://github.com/grafana/simple-angular-panel.git',
|
||||
'react-panel': 'https://github.com/grafana/simple-react-panel.git',
|
||||
'datasource-plugin': 'https://github.com/grafana/simple-datasource.git',
|
||||
};
|
||||
|
||||
export const getGitUsername = async () => await simpleGit.raw(['config', '--global', 'user.name']);
|
||||
|
||||
Reference in New Issue
Block a user