lib/deploy-context/deploy/ruby.rb in deploy-context-0.11.55 vs lib/deploy-context/deploy/ruby.rb in deploy-context-0.11.55.1.g0ddaa33
- old
+ new
@@ -41,10 +41,10 @@
def ruby_cycle(context)
if context.new_update_available?
context.clean
context.build
context.commit
- context.patch_bump
+ # context.patch_bump
context.release
context.wait_until_release_available
context.install
if context.test_context_successful?
puts "newer version installed successfully for #{context.context_name} on version #{context.version}"