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? # for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “#”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? # to your account
Using the script step to execute on a pod, I noticed that even though the commands returned with exit code 0, the job failed.
I isolated the issue to commands that write to stderr without failing, like 'git clone' or even 'set -x'
I would understand the logic, but shouldn't be a way around this?
The text was updated successfully, but these errors were encountered:
Maybe introduce a "fail script on stderr" option?
Sorry, something went wrong.
it should be fixed with #51
No branches or pull requests
Using the script step to execute on a pod, I noticed that even though the commands returned with exit code 0, the job failed.
I isolated the issue to commands that write to stderr without failing, like 'git clone' or even 'set -x'
I would understand the logic, but shouldn't be a way around this?
The text was updated successfully, but these errors were encountered: