mirror of
https://github.com/sobolevn/git-secret
synced 2024-10-31 21:20:29 +00:00
14 lines
112 B
Bash
Executable File
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
|
|
|
|
|