Open 1-800-jono opened 8 months ago
added buildEvent = "onBuild"
and now got another cryptic error:
Plugin exited with exit code null and signal SIGABRT.
The plugin might have exited due to a bug terminating the process, such as an infinite loop.
The plugin might also have explicitly terminated the process, for example with process.exit().
Plugin methods should instead:
on success: return
on failure: call utils.build.failPlugin() or utils.build.failBuild()
Hi, plugin is failing and I think it might be because my serverless functions are in a directory called
lambdas
instead offunctions
. Could that be it? Error: