lib/deploy-context/deploy/ruby.rb in deploy-context-0.11.28 vs lib/deploy-context/deploy/ruby.rb in deploy-context-0.11.29
- old
+ new
@@ -44,14 +44,14 @@
context.patch_bump
context.release
context.wait_until_release_available
context.install
if context.test_context_successful?
- puts "newer version installed successfully for #{context_name} and version #{GVB.version}"
+ puts "newer version installed successfully for #{context.context_name} and version #{context.version}"
context.patch_bump
# patch_reset(context)
else
- puts "newer version not installed for #{context_name} and version #{GVB.version}"
+ puts "newer version not installed for #{context.context_name} and version #{context.version}"
exit 1
end
end
end
end
\ No newline at end of file