Commit 5a3cdc11 by Calen Pennington

Only mark github commit status when full test suite passes

parent d4ec5946
......@@ -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"
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment