diff options
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 |