Skip to content

Commit

Permalink
Release v1.1.0
Browse files Browse the repository at this point in the history
* Fix travis go version and update docs

* Add master build status to readme

* Updated remote repository struct for pypi registry url
  • Loading branch information
dillon-giacoppo authored Apr 23, 2018
1 parent bcc5f81 commit e62bb74
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions pkg/artifactory/repositories.go
Original file line number Diff line number Diff line change
Expand Up @@ -226,6 +226,7 @@ type RemoteRepository struct {
VcsGitProvider *string `json:"vcsGitProvider,omitempty"`
VcsGitDownloadUrl *string `json:"vcsGitDownloadUrl,omitempty"`
ClientTLSCertificate *string `json:"clientTlsCertificate,omitempty"`
PyPIRegistryUrl *string `json:"pyPIRegistryUrl,omitempty"`
}

func (r RemoteRepository) String() string {
Expand Down

0 comments on commit e62bb74

Please sign in to comment.