summaryrefslogtreecommitdiff
path: root/acceptance/top-cookbooks/.kitchen.git.yml
diff options
context:
space:
mode:
Diffstat (limited to 'acceptance/top-cookbooks/.kitchen.git.yml')
-rw-r--r--acceptance/top-cookbooks/.kitchen.git.yml11
1 files changed, 0 insertions, 11 deletions
diff --git a/acceptance/top-cookbooks/.kitchen.git.yml b/acceptance/top-cookbooks/.kitchen.git.yml
deleted file mode 100644
index 302657dffc..0000000000
--- a/acceptance/top-cookbooks/.kitchen.git.yml
+++ /dev/null
@@ -1,11 +0,0 @@
-suites:
- - name: git-default
- # Ubuntu images need to run apt update
- run_list: ["recipe[apt]","recipe[git]"]
- includes: [ubuntu-14.04]
- - name: git-source
- run_list: ["recipe[git::source]"]
- includes: [nonexistent]
- - name: git-default-windows
- run_list: ["recipe[git]"]
- includes: [windows-2012r2]