remove converter plugin memoize function
This commit is contained in:
parent
12ca262373
commit
f46941554c
1 changed files with 5 additions and 7 deletions
|
@ -80,13 +80,11 @@ func provideConvertPlugin(client *scm.Client, conf spec.Config) core.ConvertServ
|
||||||
converter.Jsonnet(
|
converter.Jsonnet(
|
||||||
conf.Jsonnet.Enabled,
|
conf.Jsonnet.Enabled,
|
||||||
),
|
),
|
||||||
converter.Memoize(
|
converter.Remote(
|
||||||
converter.Remote(
|
conf.Convert.Endpoint,
|
||||||
conf.Convert.Endpoint,
|
conf.Convert.Secret,
|
||||||
conf.Convert.Secret,
|
conf.Convert.Extension,
|
||||||
conf.Convert.Extension,
|
conf.Convert.SkipVerify,
|
||||||
conf.Convert.SkipVerify,
|
|
||||||
),
|
|
||||||
),
|
),
|
||||||
)
|
)
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue