mirror of
https://github.com/grafana/grafana.git
synced 2025-08-01 08:13:47 +08:00
This reverts commit 51f5334748d8347707a63414e5d14a3aeeff04ee.
This commit is contained in:
@ -40,7 +40,7 @@ const checkoutBranch = async (branchName: string): Promise<Command> => {
|
||||
};
|
||||
|
||||
const gitUrlParse = (url: string): { owner: string; name: string } => {
|
||||
let matchResult: string[] | null = [];
|
||||
let matchResult: RegExpMatchArray | null = [];
|
||||
|
||||
if (url.match(/^git@github.com/)) {
|
||||
// We have an ssh style url.
|
||||
|
Reference in New Issue
Block a user