commit | 6bd42c6196dff6aef8110fc7fafcb32e4eb53253 | [log] [tgz] |
---|---|---|
author | Pavel Glazov <pglazov@mirantis.com> | Fri Sep 23 01:07:18 2022 +0400 |
committer | Pavel Glazov <pglazov@mirantis.com> | Fri Sep 23 01:38:05 2022 +0400 |
tree | dc3cfc28df9bda54c8d92326149dfad00b1ebe48 | |
parent | 6ed8d4400f33944ec111dddf03813b40c465a72c [diff] |
Delete empty finally block Change-Id: I5f23a43af41312601f9659559faf8ac7812c7742
diff --git a/jobs/pipelines/swarm-bootstrap-salt-cluster-heat.groovy b/jobs/pipelines/swarm-bootstrap-salt-cluster-heat.groovy index 9a90815..1f66a08 100644 --- a/jobs/pipelines/swarm-bootstrap-salt-cluster-heat.groovy +++ b/jobs/pipelines/swarm-bootstrap-salt-cluster-heat.groovy
@@ -332,9 +332,9 @@ } else { throw e } - } finally { + } // finally { // TODO(ddmitriev): add checks for salt cluster - } + // } } // stage } // withCredentials } // dir