penchant/template/script/hooks/pre-commit
2011-07-14 21:15:29 -04:00

10 lines
107 B
Bash
Executable File

#!/bin/bash
unset GIT_DIR
script/gemfile remote
bundle exec rake
R=$?
if [ $R -ne 0 ]; then exit $R; fi