lib/docman/deployers/deployer.rb in docman-0.0.43 vs lib/docman/deployers/deployer.rb in docman-0.0.44

- old
+ new

@@ -38,9 +38,11 @@ unless self['name'].nil? @docroot_config.chain(@docroot_config.info_by(self['name'])).values.each do |info| add_actions(info, info) end else + # If no name then "state_*" branch is deployed, e.g. "state_stable" + # No actions (hooks) should be performed in this case. # add_actions() end path = @docroot_config.root['full_build_path'] if File.directory?(path) and GitUtil.repo?(path) \ No newline at end of file