summaryrefslogtreecommitdiff
path: root/tasks
diff options
context:
space:
mode:
authorTim Smith <tsmith84@gmail.com>2020-02-03 12:57:06 -0800
committerTim Smith <tsmith84@gmail.com>2020-02-03 12:57:06 -0800
commit5b06a6d96f8199f01a3ed7e01f4a5b86dc589c92 (patch)
tree094181596dbd54d090e71ee4fb79bb928165d831 /tasks
parentd1d77e9d535afae1326b07d2f53092fa58132c95 (diff)
downloadchef-5b06a6d96f8199f01a3ed7e01f4a5b86dc589c92.tar.gz
Update docs for forking the stable branch
Make sure the external tests continue to work. Signed-off-by: Tim Smith <tsmith@chef.io>
Diffstat (limited to 'tasks')
-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..889c5bbb15 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: 'master'",
"CHEF_LICENSE" => "accept-no-persist",
}