mirror of
https://github.com/saltstack/salt.git
synced 2025-04-16 09:40:20 +00:00
refactor(kitchen): prefer kitchen.yml
to .kitchen.yml
* Quoting from https://kitchen.ci/docs/getting-started/kitchen-yml/: - As of test-kitchen 1.21.0, we now prefer `kitchen.yml` over `.kitchen.yml`. - This preference applies to `kitchen.local.yml` as well. - This is backward compatible so the dot versions continue to work.
This commit is contained in:
parent
0e5f8e8561
commit
03a24d5ab5
2 changed files with 1 additions and 0 deletions
1
.gitignore
vendored
1
.gitignore
vendored
|
@ -105,6 +105,7 @@ tests/integration/cloud/providers/pki/minions
|
|||
|
||||
# Kitchen tests files
|
||||
.kitchen.local.yml
|
||||
kitchen.local.yml
|
||||
.kitchen/
|
||||
.bundle/
|
||||
Gemfile.lock
|
||||
|
|
Loading…
Add table
Reference in a new issue