fix: pre-push hook path (repo-root relative)
This commit is contained in:
+3
-2
@@ -1,3 +1,4 @@
|
|||||||
#!/bin/bash
|
#!/bin/bash
|
||||||
# runs repo QA before any push
|
# runs repo QA before any push (gitea pre-push hook)
|
||||||
"$(dirname "$0")/site-qa.sh"
|
cd "$(dirname "$0")/../.." || exit 1
|
||||||
|
exec ./qa/site-qa.sh
|
||||||
|
|||||||
Reference in New Issue
Block a user