Skip to content

Commit

Permalink
Added post-finish hook.
Browse files Browse the repository at this point in the history
  • Loading branch information
Hans Tool committed Feb 5, 2013
1 parent 5c4b77f commit 495b205
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions bin/git-deploy
Expand Up @@ -1093,6 +1093,13 @@ while (@actions) {
_info "Packing references for speedup next time";
_info `git pack-refs`;

# Post finish hooks
execute_deploy_hooks(
action => $action,
phase => "post-finish",
prefix => $prefix,
);

# XXX: this is a cheap an easy way to silence the mails for this action
# by request of liz and the teamleaders.
######################################################
Expand Down

0 comments on commit 495b205

Please sign in to comment.