diff options
author | John Keiser <john@johnkeiser.com> | 2016-06-06 16:45:29 -0700 |
---|---|---|
committer | John Keiser <john@johnkeiser.com> | 2016-06-06 16:45:29 -0700 |
commit | 1d1d3b71cf5dc4cde20e89b68402c69bac7adda3 (patch) | |
tree | c7c83b732f9437cb262d7068a8909b8c7dd156e9 /ci | |
parent | 059c2bc6e4ab8f49296abb4e08edbaae700b1308 (diff) | |
download | chef-1d1d3b71cf5dc4cde20e89b68402c69bac7adda3.tar.gz |
Ensure we install rake in CI (version bump)jk/install-rake
Diffstat (limited to 'ci')
-rwxr-xr-x | ci/bundle_install.sh | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/ci/bundle_install.sh b/ci/bundle_install.sh index c4b23001a6..37c5db9068 100755 --- a/ci/bundle_install.sh +++ b/ci/bundle_install.sh @@ -5,5 +5,5 @@ set -evx gem environment bundler_version=$(grep bundler omnibus_overrides.rb | cut -d'"' -f2) gem install bundler -v $bundler_version --user-install -export BUNDLE_WITHOUT=default:omnibus_package:development:test:pry:integration:docgen:maintenance:changelog:travis:aix:bsd:linux:mac_os_x:solaris:windows +export BUNDLE_WITHOUT=default:omnibus_package:test:pry:integration:docgen:maintenance:changelog:travis:aix:bsd:linux:mac_os_x:solaris:windows bundle _${bundler_version}_ install |