summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTim Smith <tsmith@chef.io>2020-02-03 12:52:54 -0800
committerGitHub <noreply@github.com>2020-02-03 12:52:54 -0800
commite39d41500f0be73aee7209c432c58a4b0714c66a (patch)
tree43b46b18e647743e211a9ea59e5e92588c5556cd
parent1321893d512d0242dc0ec8c720d95d7f1edaede3 (diff)
parent89f38e5833083371364308333de7126a1c964c2d (diff)
downloadchef-e39d41500f0be73aee7209c432c58a4b0714c66a.tar.gz
Merge pull request #9320 from chef/fix_chef-15
Pinning ohai branch to get tests building
-rwxr-xr-xtasks/bin/run_external_test2
1 files changed, 1 insertions, 1 deletions
diff --git a/tasks/bin/run_external_test b/tasks/bin/run_external_test
index 90cf9e2e0c..36fde0ea4d 100755
--- a/tasks/bin/run_external_test
+++ b/tasks/bin/run_external_test
@@ -21,7 +21,7 @@ build_dir = Dir.pwd
env = {
"GEMFILE_MOD" => "gem 'chef', path: '#{build_dir}'; " \
- "gem 'ohai', git: 'https://github.com/chef/ohai.git'",
+ "gem 'ohai', git: 'https://github.com/chef/ohai.git', branch: '15-stable'",
"CHEF_LICENSE" => "accept-no-persist",
}