summaryrefslogtreecommitdiff
path: root/post-commit.tmpl
diff options
context:
space:
mode:
Diffstat (limited to 'post-commit.tmpl')
-rw-r--r--post-commit.tmpl15
1 files changed, 0 insertions, 15 deletions
diff --git a/post-commit.tmpl b/post-commit.tmpl
deleted file mode 100644
index 1904182..0000000
--- a/post-commit.tmpl
+++ /dev/null
@@ -1,15 +0,0 @@
-#!/usr/bin/env bash
-
-hook_active= {{ active }}
-remote_url= {{ mirror_url }}
-
-if [ "$hook_active" == false ]; then
- echo 'Mirror push hook is not active!'
- exit -1
-fi
-
-if git ls-remote $remote_url; then
- echo "mirro_foo" > /tmp/mirror_foo
-else
- echo "mirror_bat" > /tmp/mirror_baz
-fi