summaryrefslogtreecommitdiff
path: root/hooks/post-commit
diff options
context:
space:
mode:
authorTrygve Laugstøl <trygvis@inamo.no>2013-10-22 20:40:50 +0200
committerTrygve Laugstøl <trygvis@inamo.no>2013-10-22 20:40:50 +0200
commit34e60841a44ee688792e87863aa67db469d39fa8 (patch)
treed4ec57728121d87b029d8b729c98494356015061 /hooks/post-commit
parent4452df33f080c314f9b4c6a6504f254edc500282 (diff)
downloadappstore-34e60841a44ee688792e87863aa67db469d39fa8.tar.gz
appstore-34e60841a44ee688792e87863aa67db469d39fa8.tar.bz2
appstore-34e60841a44ee688792e87863aa67db469d39fa8.tar.xz
appstore-34e60841a44ee688792e87863aa67db469d39fa8.zip
wip
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!!"