commit | 538be16d24298efbe637c2402e42317e49aa3028 | [log] [tgz] |
---|---|---|
author | Jakub Josef <jakub.josef@gmail.com> | Mon May 15 19:11:48 2017 +0200 |
committer | Jakub Josef <jakub.josef@gmail.com> | Mon May 15 19:11:48 2017 +0200 |
tree | c8ede511522aff870c2cfc48465c30ddcb8652bc | |
parent | 228aae9ca9718f2a0a8af02ebb401801575ba3bd [diff] [blame] |
Fixed serial calling with Maps Change-Id: Ice229a9c82198b0d572ddb1fd1ee66acb8d7586d
diff --git a/src/com/mirantis/mk/Common.groovy b/src/com/mirantis/mk/Common.groovy index ed3f4db..a348e75 100644 --- a/src/com/mirantis/mk/Common.groovy +++ b/src/com/mirantis/mk/Common.groovy
@@ -216,7 +216,7 @@ def dummySteps = [:] def stepKey if(step[1] instanceof List || step[1] instanceof Map){ - for(j=0;j < step[1].size; j++){ + for(j=0;j < step[1].size(); j++){ if(step[1] instanceof List){ stepKey = j }else if(step[1] instanceof Map){