summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorLamont Granquist <lamont@scriptkiddie.org>2019-04-19 22:45:56 -0700
committerLamont Granquist <lamont@scriptkiddie.org>2019-04-19 22:54:52 -0700
commitd45abd8f3d59f272958dea1b5e2e870c32be6d41 (patch)
treebf365f7b9d921c50b92a8b58afcbf00709e9bfb2
parentbe0c896d5622687034caa9ea263066394f2d7003 (diff)
downloadchef-d45abd8f3d59f272958dea1b5e2e870c32be6d41.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 aee77fd6f8..51574069ef 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'] %>