TODO: verify hooks results

This commit is contained in:
Anton Martynov 2015-09-29 21:59:56 +03:00
parent 3a65859fed
commit 9233c49ae5

View File

@ -66,8 +66,8 @@ module Devops
else
"Project '#{p.id}' created."
end
info << " " + res[:before] if res[:before]
info << " " + res[:after] if res[:after]
# info << " " + res[:before] if res[:before]
# info << " " + res[:after] if res[:after]
info
end