summaryrefslogtreecommitdiff
path: root/ci/version_bump.sh
diff options
context:
space:
mode:
authorTom Duffield <tom@chef.io>2017-02-10 21:35:14 -0600
committerTom Duffield <tom@chef.io>2017-02-22 13:04:14 -0600
commitef38cd3691bf3ecd08cd88c83b41611ebf95cd7e (patch)
tree38ec3decad2db9b6f6c5e18b6fb2f1ab0fed948e /ci/version_bump.sh
parent42445a55fe97a4c8c1b5b88b91b38e3f15babc61 (diff)
downloadchef-ef38cd3691bf3ecd08cd88c83b41611ebf95cd7e.tar.gz
Better handle version bumpingtduffield/update-version-bumping
Signed-off-by: Tom Duffield <tom@chef.io>
Diffstat (limited to 'ci/version_bump.sh')
-rwxr-xr-xci/version_bump.sh4
1 files changed, 1 insertions, 3 deletions
diff --git a/ci/version_bump.sh b/ci/version_bump.sh
index ed2229ecc3..4b5ba5236b 100755
--- a/ci/version_bump.sh
+++ b/ci/version_bump.sh
@@ -6,8 +6,6 @@ export LANG=en_US.UTF-8
. ci/bundle_install.sh
-bundle exec rake version:bump
-bundle exec rake changelog || true
-bundle exec rake update_dockerfile
+bundle exec rake ci_version_bump
git checkout .bundle/config