summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTim Smith <tsmith@chef.io>2019-04-03 16:32:15 -0700
committerTim Smith <tsmith@chef.io>2019-04-03 16:32:15 -0700
commit6c98d0f13073ce0bba0f60a4072c4b11ef4aa77e (patch)
tree2ac54aabf55b31ddd060887916d40460b9c3c567
parent1e47342320d781fcb918f44617e4c2e4152b0028 (diff)
downloadchef-6c98d0f13073ce0bba0f60a4072c4b11ef4aa77e.tar.gz
Make sure we install Chef 14 in the kitchen tests
We want to install chef over a Ruby 2.5 install not Chef 15 with Ruby 2.6 Signed-off-by: Tim Smith <tsmith@chef.io>
-rw-r--r--kitchen-tests/kitchen.yml2
1 files changed, 1 insertions, 1 deletions
diff --git a/kitchen-tests/kitchen.yml b/kitchen-tests/kitchen.yml
index fd8e5383ea..b86134a2d6 100644
--- a/kitchen-tests/kitchen.yml
+++ b/kitchen-tests/kitchen.yml
@@ -12,7 +12,7 @@ verifier:
provisioner:
name: chef_github
chef_omnibus_url: "https://omnitruck.chef.io/install.sh"
- chef_omnibus_install_options: "-c current"
+ chef_omnibus_install_options: "-c current -v 14"
github_owner: "chef"
github_repo: "chef"
ohai_refname: "master"