Browse Source

Fix name in .kitchen.travis.yml file

Change-Id: Id7983027c5f5c518af5856edde7adf315277d51b
pull/56/head
Martin Polreich 7 years ago
parent
commit
00c9ffd4fe
1 changed files with 1 additions and 1 deletions
  1. +1
    -1
      .kitchen.travis.yml

+ 1
- 1
.kitchen.travis.yml View File

@@ -3,4 +3,4 @@ suites:
- name: <%= ENV['SUITE'] %>
provisioner:
pillars-from-files:
neutron.sls: tests/pillar/<%= ENV['SUITE'] %>.sls
salt.sls: tests/pillar/<%= ENV['SUITE'] %>.sls

Loading…
Cancel
Save