summaryrefslogtreecommitdiff
path: root/ci
diff options
context:
space:
mode:
authorTom Duffield <tom@chef.io>2017-03-07 12:33:43 -0600
committerTom Duffield <tom@chef.io>2017-03-07 12:33:43 -0600
commita1d4982148220f71bf30f5d7b2a66dd5a29beee7 (patch)
treefccab74fb554182906e815c72a59c51c610a7655 /ci
parent5dc375d6dd7acb1d32f06b3ee663201d0a119ccf (diff)
downloadchef-a1d4982148220f71bf30f5d7b2a66dd5a29beee7.tar.gz
Replace changelog group with ci group
Signed-off-by: Tom Duffield <tom@chef.io>
Diffstat (limited to 'ci')
-rwxr-xr-xci/bundle_install.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/ci/bundle_install.sh b/ci/bundle_install.sh
index bb1d9694db..6914189479 100755
--- a/ci/bundle_install.sh
+++ b/ci/bundle_install.sh
@@ -6,5 +6,5 @@ gem environment
bundler_version=$(grep bundler omnibus_overrides.rb | cut -d'"' -f2)
gem install bundler -v $bundler_version --user-install --conservative
# WITH: ci (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
+export BUNDLE_WITHOUT=omnibus_package:test:pry:integration:docgen:maintenance:travis:aix:bsd:linux:mac_os_x:solaris:windows:development
bundle _${bundler_version}_ install