show logs in deploy tests

This commit is contained in:
Michael Hobbs
2014-12-16 17:37:43 -08:00
parent 0dec01c324
commit c5c0ae00ba

View File

@@ -11,7 +11,8 @@ destroy_app(){
failed(){
echo "************ $1 failed ************"
# destroy_app
dokku logs $REPO
destroy_app
exit 1
}
@@ -46,4 +47,5 @@ else
fi
fi
dokku logs $REPO
destroy_app