summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTim Smith <tsmith84@gmail.com>2022-01-27 17:21:23 -0800
committerTim Smith <tsmith84@gmail.com>2022-01-27 17:21:23 -0800
commitdc1df65b29e3f57743c09f6e6903bc0a4b77d6ba (patch)
tree73359109793b7a1d33122cb44d2c6d01a7b8f595
parentd86de410595193451895281e08e5658e928d6c9b (diff)
downloadchef-dc1df65b29e3f57743c09f6e6903bc0a4b77d6ba.tar.gz
Fix external gem tests
Signed-off-by: Tim Smith <tsmith@chef.io>
-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 45568f51ac..65275c5aba 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', branch: 'main'",
+ "gem 'ohai', git: 'https://github.com/chef/ohai.git', branch: '17-stable'",
"CHEF_LICENSE" => "accept-no-persist",
}