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

12 lines
110 B
Bash
Executable File

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