forked from Sceptre/sceptre
-
Notifications
You must be signed in to change notification settings - Fork 1
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Fix
--ignore-dependencies
with stack_output
This commit fixes an issue where a users attempts to launch a single stack that utilises the `stack_output_resolver` with the `--ignore-dependencies`. Previously, with `--ignore-dependencies` set, any dependencies that arose through `!stack_output_resolver` would not be added to `stack.dependencies` and the `next()` function in `StackOutput.resolve()` would raise a `StopIteration` as the stack.dependencies list would be empty. This commit handles the stack_output by utilising the argument passed into `stack_output`. [Resolves Sceptre#778]
- Loading branch information
1 parent
35b3a92
commit c14e44a
Showing
2 changed files
with
38 additions
and
7 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters