diff options
Diffstat (limited to 'hooks')
-rwxr-xr-x | hooks/post-receive | 4 | ||||
-rwxr-xr-x | hooks/pre-receive | 4 | ||||
-rwxr-xr-x | hooks/update | 4 |
3 files changed, 0 insertions, 12 deletions
diff --git a/hooks/post-receive b/hooks/post-receive deleted file mode 100755 index 73740da..0000000 --- a/hooks/post-receive +++ /dev/null @@ -1,4 +0,0 @@ -#!/bin/sh -echo "The gitlab-shell hooks have been migrated to Gitaly, see https://gitlab.com/gitlab-org/gitaly/issues/1226" -exit 1 - diff --git a/hooks/pre-receive b/hooks/pre-receive deleted file mode 100755 index 73740da..0000000 --- a/hooks/pre-receive +++ /dev/null @@ -1,4 +0,0 @@ -#!/bin/sh -echo "The gitlab-shell hooks have been migrated to Gitaly, see https://gitlab.com/gitlab-org/gitaly/issues/1226" -exit 1 - diff --git a/hooks/update b/hooks/update deleted file mode 100755 index 73740da..0000000 --- a/hooks/update +++ /dev/null @@ -1,4 +0,0 @@ -#!/bin/sh -echo "The gitlab-shell hooks have been migrated to Gitaly, see https://gitlab.com/gitlab-org/gitaly/issues/1226" -exit 1 - |