summaryrefslogtreecommitdiff
path: root/hooks
diff options
context:
space:
mode:
authorJacob Vosmaer <contact@jacobvosmaer.nl>2013-07-19 14:11:49 +0200
committerJacob Vosmaer <contact@jacobvosmaer.nl>2013-07-19 15:28:10 +0200
commit2537a0b24cac9206f282a071ba5e930aabfc3135 (patch)
treeb49730431721b6f2238b59573bed5113f8181fa1 /hooks
parent57f73737903e37af4651e017be4e769dea6cb4d3 (diff)
downloadgitlab-shell-2537a0b24cac9206f282a071ba5e930aabfc3135.tar.gz
Remove empty post-receive hook
Diffstat (limited to 'hooks')
-rwxr-xr-xhooks/post-receive4
1 files changed, 0 insertions, 4 deletions
diff --git a/hooks/post-receive b/hooks/post-receive
deleted file mode 100755
index 98fe81b..0000000
--- a/hooks/post-receive
+++ /dev/null
@@ -1,4 +0,0 @@
-#!/usr/bin/env ruby
-
-# This file was placed here by GitLab.
-# You can put your own hook here, but be careful when updating gitlab-shell!