lib/deploy-context/deploy/ruby.rb in deploy-context-0.6.2 vs lib/deploy-context/deploy/ruby.rb in deploy-context-0.6.3
- old
+ new
@@ -2,10 +2,10 @@
module RubyDeployerHelper
def ruby_build(context)
git_build(context)
Dir.chdir context.context_folder
puts "Working in folder #{Dir.pwd}\nAnd context #{context.context_name} is created"
- rake ['build']
+ # rake ['build']
end
def ruby_release(context)
Dir.chdir context.context_folder
# gem ["push #{context.context_name}-#{GVB.version}.gem"]
\ No newline at end of file