summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTom Duffield <tom@chef.io>2017-02-10 11:21:12 -0600
committerGitHub <noreply@github.com>2017-02-10 11:21:12 -0600
commit1eb3a674aaa9dc02e85fbb20662ad3633ba76fff (patch)
tree1481e5692a52f22691e846024ec763c3f4830413
parent5f963de3ee7c77d1973553ca4b10aae4fed6db84 (diff)
parente358aa2d288ad9eff627ad97c8d84c72882e0bd0 (diff)
downloadchef-1eb3a674aaa9dc02e85fbb20662ad3633ba76fff.tar.gz
Merge pull request #5801 from chef/tduffield/unbreak-version-bump
Bundle with changelog group for version bump
-rwxr-xr-xci/bundle_install.sh3
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