diff options
author | Zeger-Jan van de Weg <git@zjvandeweg.nl> | 2020-09-11 10:00:01 +0200 |
---|---|---|
committer | Zeger-Jan van de Weg <git@zjvandeweg.nl> | 2020-09-11 10:04:44 +0200 |
commit | deff4a449f358031f1c13b8afb573524cb0f99d9 (patch) | |
tree | 6b8d942e3099034c4cce05549339fd516ea5b4b2 /hooks/update | |
parent | 98b173cdaebf7b5256a855f7e6bae7f41c73517a (diff) | |
download | gitlab-shell-zj-remove-hooks-dir.tar.gz |
hooks: Remove deprecated hooks dirzj-remove-hooks-dir
Over a year ago, through e0824f17367a44e5bac84dac7197f9b45e37ab01, the
hooks in this repository were updated to not be successful, basically
block each push from happening.
This change removes the hooks, and updates the documentation. There's no
customer impact, and these changes are just part of a general cleanup.
Diffstat (limited to 'hooks/update')
-rwxr-xr-x | hooks/update | 4 |
1 files changed, 0 insertions, 4 deletions
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 - |