Browse Source

Fix name in .kitchen.travis.yml file

Change-Id: I07495b0a0a979e201c165bee0f109aca8ff35047
pull/6/head
Martin Polreich 7 years ago
parent
commit
de9493c4e9
1 changed files with 1 additions and 1 deletions
  1. +1
    -1
      .kitchen.travis.yml

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

- name: <%= ENV['SUITE'] %> - name: <%= ENV['SUITE'] %>
provisioner: provisioner:
pillars-from-files: pillars-from-files:
neutron.sls: tests/pillar/<%= ENV['SUITE'] %>.sls
mongodb.sls: tests/pillar/<%= ENV['SUITE'] %>.sls

Loading…
Cancel
Save