mirror of
https://github.com/harness/drone.git
synced 2025-05-18 09:59:57 +08:00
remove converter plugin memoize function
This commit is contained in:
parent
12ca262373
commit
f46941554c
@ -80,14 +80,12 @@ 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 New Issue
Block a user