git-secret/utils/pre-commit.sh
2016-02-24 00:35:25 +03:00

14 lines
112 B
Bash
Executable File

#!/usr/bin/env bash
set -e
unset GIT_WORK_TREE
# Run tests:
make test
# Build new manuals:
make build-man