diff options
-rwxr-xr-x | ci/version_bump.sh | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/ci/version_bump.sh b/ci/version_bump.sh index 5fa6fa4e98..ed2229ecc3 100755 --- a/ci/version_bump.sh +++ b/ci/version_bump.sh @@ -7,7 +7,7 @@ export LANG=en_US.UTF-8 . ci/bundle_install.sh bundle exec rake version:bump -bundle exec rake changelog +bundle exec rake changelog || true bundle exec rake update_dockerfile git checkout .bundle/config |