lib/deploy-context/deploy/ruby.rb in deploy-context-0.10.1 vs lib/deploy-context/deploy/ruby.rb in deploy-context-0.11.0.2.geb201f1
- old
+ new
@@ -32,19 +32,19 @@
clean_folder(context, 'pkg')
end
def ruby_cycle(context)
context.clean
- context.patch_bump
context.build
context.commit
context.release
puts "Waiting a little before installing"
sleep(5)
context.install
if context.test_context_successful?
puts "newer version installed successfully for #{context_name} and version #{GVB.version}"
- patch_reset(context)
+ context.patch_bump
+ # patch_reset(context)
else
puts "newer version not installed for #{context_name} and version #{GVB.version}"
exit 1
end
end
\ No newline at end of file