We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
When RunSpec.adaptors_path isn't set then Rambo gets:
RunSpec.adaptors_path
[ timeout: 3000, log: #Function<1.77575986/1 in OpenFn.RunHandler.start/2>, env: %{ "NODE_PATH" => nil, "PATH" => "./assets/node_mod...
The nil env var causes Rambo to raise an exception, we need to either enforce the use of the adaptors_path field or skip adding NODE_PATH to the env.
nil
adaptors_path
NODE_PATH
The text was updated successfully, but these errors were encountered:
No branches or pull requests
When
RunSpec.adaptors_path
isn't set then Rambo gets:The
nil
env var causes Rambo to raise an exception, we need to either enforce the use of theadaptors_path
field or skip addingNODE_PATH
to the env.The text was updated successfully, but these errors were encountered: