Only mark github commit status when full test suite passes

This commit is contained in:
Calen Pennington
2012-12-07 10:41:24 -05:00
parent d4ec5946d4
commit 5a3cdc11cd

View File

@@ -3,12 +3,6 @@
set -e
set -x
source jenkins/base.sh
github_mark_failed_on_exit
github_status state:pending "is running"
# Reset the submodule, in case it changed
git submodule foreach 'git reset --hard HEAD'
@@ -31,5 +25,3 @@ rake coverage:xml coverage:html
[ $TESTS_FAILED == '0' ]
rake autodeploy_properties
github_status state:success "passed"