Skip to content

Commit

Permalink
git commit no longer needs to be allowed to fail
Browse files Browse the repository at this point in the history
  • Loading branch information
deivid-rodriguez committed Oct 8, 2021
1 parent aa5c340 commit 12af03d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion bundler/spec/support/builders.rb
Original file line number Diff line number Diff line change
Expand Up @@ -569,7 +569,7 @@ def _build(options)
_default_files[path] += "\n#{Builders.constantize(name)}_PREV_REF = '#{current_ref}'"
end
super(options.merge(:path => libpath, :gemspec => update_gemspec, :source => source))
@context.git("commit -am BUMP", libpath, :raise_on_error => false)
@context.git("commit -am BUMP", libpath)
end
end

Expand Down

0 comments on commit 12af03d

Please sign in to comment.