Skip to content

Commit e62bb74

Browse files
Release v1.1.0
* Fix travis go version and update docs * Add master build status to readme * Updated remote repository struct for pypi registry url
1 parent bcc5f81 commit e62bb74

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

pkg/artifactory/repositories.go

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -226,6 +226,7 @@ type RemoteRepository struct {
226226
VcsGitProvider *string `json:"vcsGitProvider,omitempty"`
227227
VcsGitDownloadUrl *string `json:"vcsGitDownloadUrl,omitempty"`
228228
ClientTLSCertificate *string `json:"clientTlsCertificate,omitempty"`
229+
PyPIRegistryUrl *string `json:"pyPIRegistryUrl,omitempty"`
229230
}
230231

231232
func (r RemoteRepository) String() string {

0 commit comments

Comments
 (0)