commit | 382d79a0cff008e487f43b4437fba85b7a5532ae | [log] [tgz] |
---|---|---|
author | Tomáš Kukrál <tkukral@mirantis.com> | Fri Jun 02 14:38:37 2017 +0200 |
committer | Tomáš Kukrál <tkukral@mirantis.com> | Fri Jun 02 14:38:37 2017 +0200 |
tree | 7ca30b30fe2c936d5c7c4ecd097e27bf3d55764c | |
parent | e67cbc6a81c9342875e8b9372f1697cbb12017b0 [diff] |
don't wait for cfn stack deletion Change-Id: I727ad05293a2ba22974921c4a6af6c6761d4e734
diff --git a/cleanup-pipeline.groovy b/cleanup-pipeline.groovy index 867eda8..282b041 100644 --- a/cleanup-pipeline.groovy +++ b/cleanup-pipeline.groovy
@@ -68,7 +68,6 @@ } else if (STACK_TYPE == 'aws') { aws.deleteStack(venv_path, env_vars, STACK_NAME) - aws.waitForStatus(venv_path, env_vars, STACK_NAME, 'DELETE_COMPLETE', ['DELETE_FAILED']) } else { throw new Exception('Stack type is not supported')