mirror of
https://github.com/github/octodns.git
synced 2024-05-11 05:55:00 +00:00
Initial import of OSS OctoDNS
This commit is contained in:
11
.git_hooks_pre-commit
Executable file
11
.git_hooks_pre-commit
Executable file
@@ -0,0 +1,11 @@
|
||||
#!/bin/sh
|
||||
|
||||
set -e
|
||||
|
||||
HOOKS=`dirname $0`
|
||||
GIT=`dirname $HOOKS`
|
||||
ROOT=`dirname $GIT`
|
||||
|
||||
source $ROOT/env/bin/activate
|
||||
$ROOT/script/lint
|
||||
$ROOT/script/test
|
||||
Reference in New Issue
Block a user