Commit 13a1fcc8 authored by Ville Aikas's avatar Ville Aikas

remove my test repo

parent 8465cb1a
...@@ -51,14 +51,6 @@ func NewInmemRegistryService() common.RegistryService { ...@@ -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
} }
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment