Skip to content

Commit 8669aa9

Browse files
Fix gap (#95)
* add additional state to be deployed from
1 parent f0cd67f commit 8669aa9

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

stackDeploy.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -877,6 +877,7 @@ def main() -> None:
877877
or (current_state in [State.DEPLOYING_FAILED,
878878
State.VALIDATING_FAILED,
879879
State.APPLY_FAILED,
880+
State.VALIDATED,
880881
State.APPROVED])):
881882

882883
logging.info(f"Config {config_name} ID: {list(config.keys())[0]} "

0 commit comments

Comments
 (0)