diff options
author | Salim Afiune <afiune@chef.io> | 2016-12-08 15:34:05 -0500 |
---|---|---|
committer | Salim Afiune <afiune@chef.io> | 2016-12-13 13:05:51 -0500 |
commit | ddc6b78b7f77862f964a6a37205af7d89a4e517f (patch) | |
tree | be6735209550189b992a907e892e3de944b0c6f1 /ci | |
parent | 3deef2eabf2e8f48bc710f2fba2292cd85ad1d20 (diff) | |
download | chef-ddc6b78b7f77862f964a6a37205af7d89a4e517f.tar.gz |
Dont fail the version bump if changelog failsafiune/dont-fail-if-changelog-fails
Signed-off-by: Salim Afiune <afiune@chef.io>
Diffstat (limited to 'ci')
-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 |