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
Currently, there is no way to figure out if the command in the container succeeded or not.
--exit-code-from and --abort-on-container-exit should be supported and return the proper exit codes (or raise an error?)
--exit-code-from
--abort-on-container-exit
The text was updated successfully, but these errors were encountered:
30087fd
Published as v1.1.10; thank you for the suggestion.
I did no testing other than adding a few unit tests; let me know if anything misbehaves on you.
Sorry, something went wrong.
No branches or pull requests
Currently, there is no way to figure out if the command in the container succeeded or not.
--exit-code-from
and--abort-on-container-exit
should be supported and return the proper exit codes (or raise an error?)The text was updated successfully, but these errors were encountered: