fix: remove git hooks
This commit is contained in:
parent
73ab8eae21
commit
8722409004
|
@ -1,6 +0,0 @@
|
|||
#!/bin/bash
|
||||
set -eu
|
||||
echo "hook -> post-receive"
|
||||
while read oldrev newrev refname; do
|
||||
git --work-tree=".." checkout -f "$newrev"
|
||||
done
|
|
@ -1,2 +0,0 @@
|
|||
#!/bin/bash
|
||||
echo "hook -> pre-receive"
|
|
@ -1,3 +0,0 @@
|
|||
#!/bin/bash
|
||||
|
||||
echo "Firing update hook"
|
Loading…
Reference in New Issue