mirror of
https://github.com/kubernetes-sigs/kustomize.git
synced 2026-05-17 18:25:26 +00:00
Disabled tests because we don't have docker installed
This commit is contained in:
@@ -186,7 +186,7 @@ func (p *FnPlugin) invokePlugin(input []byte) ([]byte, error) {
|
||||
err = p.runFns.Execute()
|
||||
if err != nil {
|
||||
return nil, errors.Wrap(
|
||||
err, "couln't execute function")
|
||||
err, "couldn't execute function")
|
||||
}
|
||||
|
||||
//log.Printf("fn returned:\n%s\n", runFnsOut.String())
|
||||
|
||||
Reference in New Issue
Block a user