commit | f00ea6909cbb3d206b7b4fae5045d9ab12db6efc | [log] [tgz] |
---|---|---|
author | Martin Polreich <polreichmartin@gmail.com> | Fri Sep 01 11:38:03 2017 +0200 |
committer | Martin Polreich <polreichmartin@gmail.com> | Fri Sep 01 11:38:03 2017 +0200 |
tree | 3a0993650cbb064daa137f349d53a1c5519b7e81 | |
parent | db18a48b1cd8041404cd2d99280f28243de6c4cd [diff] |
Fix name in .kitchen.travis.yml file Change-Id: Id70e297c4670f225724133835245852f311650ac
diff --git a/.kitchen.travis.yml b/.kitchen.travis.yml index f847543..e2f8fef 100644 --- a/.kitchen.travis.yml +++ b/.kitchen.travis.yml
@@ -3,4 +3,4 @@ - name: <%= ENV['SUITE'] %> provisioner: pillars-from-files: - neutron.sls: tests/pillar/<%= ENV['SUITE'] %>.sls + rundeck.sls: tests/pillar/<%= ENV['SUITE'] %>.sls