diff --git a/web/build.sh b/web/build.sh index 6494213..b80c253 100755 --- a/web/build.sh +++ b/web/build.sh @@ -7,12 +7,7 @@ VERSION=1.1.1 # Bump in AboutIndex.tsx too # exit when any command fails set -e -# Disabled check 5/19/2020. Wanted to show something -# off in a demo. Please fix errors and renable soon! -# mix check -echo "=============" -echo "MIX CHECK IS DISABLED. FIX THIS!" -echo "=============" +mix check echo "Building..." docker build --tag=mreishus/sbin:$VERSION --tag=mreishus/sbin:latest . diff --git a/web/lib/sbin_web/controllers/predict_controller.ex b/web/lib/sbin_web/controllers/predict_controller.ex index 9b0f1c5..c951ade 100644 --- a/web/lib/sbin_web/controllers/predict_controller.ex +++ b/web/lib/sbin_web/controllers/predict_controller.ex @@ -1,6 +1,3 @@ -# TODOS -# 1. Need to send metrics to count successful predictions and errors - defmodule SbinWeb.PredictController do use SbinWeb, :controller require Logger