lib/deploy-context/deploy/ruby.rb in deploy-context-0.11.57 vs lib/deploy-context/deploy/ruby.rb in deploy-context-0.11.57.1.ga274362
- old
+ new
@@ -41,10 +41,9 @@
def ruby_cycle(context)
if context.new_update_available?
context.clean
context.build
context.commit
- # 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}"