commit | 0c365f86805fca91616ba607e4ecdb08aa6f6076 | [log] [tgz] |
---|---|---|
author | chnyda <chnyda@mirantis.com> | Thu Jun 22 12:50:43 2017 +0000 |
committer | Gerrit Code Review <gerrit2@32a4cf582fa9> | Thu Jun 22 12:50:45 2017 +0000 |
tree | 83395b76292a2af88d7f31299113a04a4496aaea | |
parent | e1d51e120bcf969b7d0f5e486e8d86a4c8d56384 [diff] | |
parent | 4ed3c27616f1cb22ce12b0fd870d62a8709cd04a [diff] |
Merge "Fix typo in salt models pipeline v2"
diff --git a/test-salt-model-node.groovy b/test-salt-model-node.groovy index 1329f17..7c63e90 100644 --- a/test-salt-model-node.groovy +++ b/test-salt-model-node.groovy
@@ -12,6 +12,7 @@ def common = new com.mirantis.mk.Common() def gerrit = new com.mirantis.mk.Gerrit() +def git = new com.mirantis.mk.Git() def ssh = new com.mirantis.mk.Ssh() def saltModelTesting = new com.mirantis.mk.SaltModelTesting()