remove my test repo

pull/214/head
Ville Aikas 9 years ago
parent 8465cb1a1b
commit 13a1fcc81c

@ -51,14 +51,6 @@ func NewInmemRegistryService() common.RegistryService {
CredentialName: "default", CredentialName: "default",
}) })
gFormat := fmt.Sprintf("%s", common.CollectionRegistry)
rs.Create(&common.Registry{
Name: "charts_gcs",
Type: common.GCSRegistryType,
URL: "gs://helm-charts-test",
Format: common.RegistryFormat(gFormat),
})
return rs return rs
} }

Loading…
Cancel
Save