Skip to content

Commit

Permalink
Add more potential url variations
Browse files Browse the repository at this point in the history
  • Loading branch information
brian-nguyen committed Jun 6, 2018
1 parent d689543 commit 3071647
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion daemon/inertiad/project/git_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -16,9 +16,13 @@ const (

var urlVariations = []string{
"git@github.com:ubclaunchpad/inertia.git",
"git@gitlab.com:ubclaunchpad/inertia.git",
"git@bitbucket.org:ubclaunchpad/inertia.git",
"https://github.com/ubclaunchpad/inertia.git",
"https://gitlab.com/ubclaunchpad/inertia.git",
"https://ubclaunchpad@bitbucket.org/ubclaunchpad/inertia.git",
"git://github.com/ubclaunchpad/inertia.git",
"git://github.com/ubclaunchpad/inertia",
"git://gitlab.com/ubclaunchpad/inertia.git",
}

func getInertiaDeployTestKey() (ssh.AuthMethod, error) {
Expand Down

0 comments on commit 3071647

Please sign in to comment.