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