summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorLamont Granquist <lamont@scriptkiddie.org>2019-04-23 21:56:07 -0700
committerLamont Granquist <lamont@scriptkiddie.org>2019-04-23 21:58:57 -0700
commitf5bc84f920a90e2711ff73d406a4ee5e4e88f2ff (patch)
tree063b51710bfc76ec7922d7abaaf908be9efd9105
parentdbf718fc1ee83f2178ab62060d5a1558d898f34e (diff)
downloadchef-f5bc84f920a90e2711ff73d406a4ee5e4e88f2ff.tar.gz
use --binstubs-source to copy gems into place
Signed-off-by: Lamont Granquist <lamont@scriptkiddie.org>
-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 4ecbef8ef6..854de2109f 100644
--- a/kitchen-tests/kitchen.yml
+++ b/kitchen-tests/kitchen.yml
@@ -17,7 +17,7 @@ lifecycle:
pre_converge:
- remote: /opt/chef/embedded/bin/gem install appbundle-updater
- remote: /opt/chef/embedded/bin/appbundle-updater chef ohai <%= File.readlines('../Gemfile.lock', File.expand_path(File.dirname(__FILE__))).find { |l| l =~ /^\s+ohai \((\d+\.\d+\.\d+)\)/ }; 'v' + $1 %> --tarball --github chef/ohai
- - remote: /opt/chef/embedded/bin/appbundle-updater chef chef <%= ENV['TRAVIS_COMMIT'] || %x(git rev-parse HEAD).chomp %> --tarball --github chef/chef --extra-bin-files chef-client,chef-solo,chef-shell,chef-apply,chef-resource-inspector
+ - remote: /opt/chef/embedded/bin/appbundle-updater chef chef <%= ENV['TRAVIS_COMMIT'] || %x(git rev-parse HEAD).chomp %> --tarball --github chef/chef --extra-bin-files chef-client,chef-solo,chef-shell,chef-apply,chef-resource-inspector --binstubs-source spec/support/bin
verifier:
name: inspec