penchant/template/script/hooks/pre-commit
2011-07-14 16:51:54 -04:00

9 lines
102 B
Bash
Executable File

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