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 running a replace1 execution, if that template fails to execute the the replace2 template is executed
When replace1 can not be executed the manageStack process should exit and not attempt to continue processing
Check handling around replace1/replace2 stack management and ensure that failures on either stack are handled inline with expected behaviour
The text was updated successfully, but these errors were encountered:
No branches or pull requests
Current Behaviour
When running a replace1 execution, if that template fails to execute the the replace2 template is executed
Expected Behaviour
When replace1 can not be executed the manageStack process should exit and not attempt to continue processing
Possible Solution
Check handling around replace1/replace2 stack management and ensure that failures on either stack are handled inline with expected behaviour
Steps to Reproduce
The text was updated successfully, but these errors were encountered: