summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorLamont Granquist <lamont@scriptkiddie.org>2019-04-23 22:57:44 -0700
committerLamont Granquist <lamont@scriptkiddie.org>2019-04-23 22:57:51 -0700
commitdaf1ae4aa49b1e691e5f26eeca96cbccfa3338b2 (patch)
tree4ad2f37bba1e23b3e790ce36e49707d6ff194554
parentf5bc84f920a90e2711ff73d406a4ee5e4e88f2ff (diff)
downloadchef-lcg/remove-binstubs.tar.gz
also bump appbundlerv0.0.1lcg/remove-binstubs
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 854de2109f..bce6649bc4 100644
--- a/kitchen-tests/kitchen.yml
+++ b/kitchen-tests/kitchen.yml
@@ -15,7 +15,7 @@ provisioner:
lifecycle:
pre_converge:
- - remote: /opt/chef/embedded/bin/gem install appbundle-updater
+ - remote: /opt/chef/embedded/bin/gem install appbundler 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 --binstubs-source spec/support/bin