lib/deploy-context/deploy/ruby.rb in deploy-context-0.11.51 vs lib/deploy-context/deploy/ruby.rb in deploy-context-0.11.52
- old
+ new
@@ -32,10 +32,11 @@
clean_folder(context, 'pkg')
end
def ruby_check_if_available_public(context)
puts "Waiting a minute before installing"
- sleep(60)
+ `chef gem list #{context.context_name}`
+ # sleep(60)
end
def ruby_cycle(context)
if context.new_update_available?
context.clean
\ No newline at end of file