From 5baaf2495d08ba4acd39e1fb6715ad51cef52456 Mon Sep 17 00:00:00 2001 From: Imran Iqbal Date: Sat, 20 Apr 2019 11:41:59 +0100 Subject: [PATCH] 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. --- .kitchen.yml => kitchen.yml | 0 1 file changed, 0 insertions(+), 0 deletions(-) rename .kitchen.yml => kitchen.yml (100%) diff --git a/.kitchen.yml b/kitchen.yml similarity index 100% rename from .kitchen.yml rename to kitchen.yml