diff options
author | Nick Thomas <nick@gitlab.com> | 2019-10-02 15:21:25 +0100 |
---|---|---|
committer | Nick Thomas <nick@gitlab.com> | 2019-10-08 12:18:23 +0100 |
commit | a5991377f2b58e6c2cb3bb58ed6a2faa6b135c77 (patch) | |
tree | 4a9090f01965c912306a4fc286f690babcc62d11 /support | |
parent | 9ba79e43395cf09e3c5904c541a011ea25b620f1 (diff) | |
download | gitlab-shell-a5991377f2b58e6c2cb3bb58ed6a2faa6b135c77.tar.gz |
Remove deprecated create-hooks script
Diffstat (limited to 'support')
-rwxr-xr-x | support/rewrite-hooks.sh | 5 |
1 files changed, 0 insertions, 5 deletions
diff --git a/support/rewrite-hooks.sh b/support/rewrite-hooks.sh deleted file mode 100755 index 585eaeb..0000000 --- a/support/rewrite-hooks.sh +++ /dev/null @@ -1,5 +0,0 @@ -#!/bin/bash -# This script is deprecated. Use bin/create-hooks instead. - -gitlab_shell_dir="$(cd $(dirname $0) && pwd)/.." -exec ${gitlab_shell_dir}/bin/create-hooks |