summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorLamont Granquist <lamont@scriptkiddie.org>2019-04-19 22:45:56 -0700
committerBryan McLellan <btm@loftninjas.org>2019-05-17 10:38:07 -0400
commitd6015b9044bc0b5761e2b72c3d7a78734a11f00c (patch)
tree6cad20e5f0d0f6ffb4ce5fc4d50c268176314d77
parent0fea8567bb4a2ea2b9191ffce97a8e2449e687f6 (diff)
downloadchef-d6015b9044bc0b5761e2b72c3d7a78734a11f00c.tar.gz
pull tarballs from github
Signed-off-by: Lamont Granquist <lamont@scriptkiddie.org>
-rw-r--r--kitchen-tests/kitchen.travis.yml4
1 files changed, 2 insertions, 2 deletions
diff --git a/kitchen-tests/kitchen.travis.yml b/kitchen-tests/kitchen.travis.yml
index 29b03da947..019bc72ebb 100644
--- a/kitchen-tests/kitchen.travis.yml
+++ b/kitchen-tests/kitchen.travis.yml
@@ -18,8 +18,8 @@ provisioner:
lifecycle:
pre_converge:
- remote: /opt/chef/embedded/bin/gem install appbundle-updater
- - remote: /opt/chef/embedded/bin/appbundle-updater chef chef <%= ENV['TRAVIS_COMMIT'] %>
- - 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 %>
+ - remote: /opt/chef/embedded/bin/appbundle-updater chef chef <%= ENV['TRAVIS_COMMIT'] %> --tarball --github chef/chef
+ - 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
# github_access_token: <%= ENV['KITCHEN_GITHUB_TOKEN'] %>