We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see ourdocumentation.
There was an error while loading.Please reload this page.
1 parente9dfdbb commit47d57fdCopy full SHA for 47d57fd
vcsclient/azurerepos.go
@@ -530,9 +530,6 @@ func (client *AzureReposClient) GetRepositoryInfo(ctx context.Context, owner, re
530
ifresponse.RemoteUrl==nil {
531
returnRepositoryInfo{},fmt.Errorf("failed to retrieve <%s/%s/%s> repository info, received nil HTTP clone URL",owner,client.vcsInfo.Project,repository)
532
}
533
-ifresponse.SshUrl==nil {
534
-returnRepositoryInfo{},fmt.Errorf("failed to retrieve <%s/%s/%s> repository info, received nil SSH clone URL",owner,client.vcsInfo.Project,repository)
535
-}
536
537
visibility:=Private
538
visibilityFromResponse:=*response.Project.Visibility