Skip to content

Conversation

@vmarcella
Copy link
Member

This PR allows for the innovation engine to correctly terminate a code block after any command inside of it has failed. Previously the innovation engine would rely on the last command in the code block being executed to check for & report failure which meant that code blocks which executed multiple commands would not fail if any command other than the last one had an error.

@vmarcella vmarcella changed the title Update the bash command execution to specify set -e when executing commands. Update the bash command execution to specify set -e when executing. Dec 7, 2023
@vmarcella
Copy link
Member Author

Related to #125

@vmarcella vmarcella merged commit 1216639 into main Mar 1, 2024
vmarcella added a commit that referenced this pull request May 21, 2024
…#155)

This PR allows for the innovation engine to correctly terminate a code
block after any command inside of it has failed. Previously the
innovation engine would rely on the last command in the code block being
executed to check for & report failure which meant that code blocks
which executed multiple commands would not fail if any command other
than the last one had an error.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

Status: ✅ Done

Development

Successfully merging this pull request may close these issues.

2 participants