lib/damagecontrol/app.rb in damagecontrol-0.5.0.1393 vs lib/damagecontrol/app.rb in damagecontrol-0.5.0.1404
- old
+ new
@@ -26,9 +26,10 @@
}
build.execute(project.build_command, env)
project.publish(build)
end
# TODO: do this in a publisher that can be turned off if an other SCMWeb is used.
+ # Disable by default if other SCMWeb is specified.
# This may take a while, so we do it after the build.
b.persister.save_diffs(project, changesets)
end
end
end