Arunothia Marappan
5 years ago
committed by
GitHub
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with
6 additions and
6 deletions
-
.git_hooks_pre-commit
|
|
@ -2,10 +2,10 @@ |
|
|
|
|
|
|
|
|
set -e |
|
|
set -e |
|
|
|
|
|
|
|
|
HOOKS=`dirname $0` |
|
|
|
|
|
GIT=`dirname $HOOKS` |
|
|
|
|
|
ROOT=`dirname $GIT` |
|
|
|
|
|
|
|
|
HOOKS=$(dirname "$0") |
|
|
|
|
|
GIT=$(dirname "$HOOKS") |
|
|
|
|
|
ROOT=$(dirname "$GIT") |
|
|
|
|
|
|
|
|
. $ROOT/env/bin/activate |
|
|
|
|
|
$ROOT/script/lint |
|
|
|
|
|
$ROOT/script/coverage |
|
|
|
|
|
|
|
|
. "$ROOT/env/bin/activate" |
|
|
|
|
|
"$ROOT/script/lint" |
|
|
|
|
|
"$ROOT/script/coverage" |