diff options
Diffstat (limited to 'hooks/post-commit')
-rwxr-xr-x | hooks/post-commit | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/hooks/post-commit b/hooks/post-commit new file mode 100755 index 0000000..63508c2 --- /dev/null +++ b/hooks/post-commit @@ -0,0 +1,10 @@ +#!/bin/bash + +set -e +set -u + +APPSTORE_HOME=$(cd $(dirname "$0")/.. && pwd) + +. $APPSTORE_HOME/hooks/common + +echo "post-commit!!" |