diff options
author | Tom Duffield <tom@chef.io> | 2017-02-10 11:10:37 -0600 |
---|---|---|
committer | Tom Duffield <tom@chef.io> | 2017-02-10 11:10:37 -0600 |
commit | e358aa2d288ad9eff627ad97c8d84c72882e0bd0 (patch) | |
tree | 1481e5692a52f22691e846024ec763c3f4830413 | |
parent | 5f963de3ee7c77d1973553ca4b10aae4fed6db84 (diff) | |
download | chef-e358aa2d288ad9eff627ad97c8d84c72882e0bd0.tar.gz |
Bundle with changelog group for version bump
Signed-off-by: Tom Duffield <tom@chef.io>
-rwxr-xr-x | ci/bundle_install.sh | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/ci/bundle_install.sh b/ci/bundle_install.sh index 973fcd48cc..4eecec9f18 100755 --- a/ci/bundle_install.sh +++ b/ci/bundle_install.sh @@ -5,5 +5,6 @@ set -evx gem environment bundler_version=$(grep bundler omnibus_overrides.rb | cut -d'"' -f2) gem install bundler -v $bundler_version --user-install --conservative -export BUNDLE_WITHOUT=omnibus_package:test:pry:integration:docgen:maintenance:travis:aix:bsd:linux:mac_os_x:solaris:windows:development:changelog:travis +# WITH: changelog (for version bumping and changelog creation) +export BUNDLE_WITHOUT=omnibus_package:test:pry:integration:docgen:maintenance:travis:aix:bsd:linux:mac_os_x:solaris:windows:development:travis bundle _${bundler_version}_ install |