telegram-bot-bash/test/a-push-test.sh
Kay Marquardt (Gnadelwartz) 2eac362dc7 test for files after init
2019-04-19 19:24:30 +02:00

10 lines
266 B
Bash
Executable File

#!/usr/bin/env bash
#### $$VERSION$$ 0.70-dev-15-g074a103
# magic to ensure that we're always inside the root of our application,
# no matter from which directory we'll run script
GIT_DIR=$(git rev-parse --git-dir)
cd "$GIT_DIR/.." || exit 1
dev/hooks/pre-push.sh