Skip to content

Commit

Permalink
Remove TODO and reenable mix check
Browse files Browse the repository at this point in the history
I moved TODOS to github issues.
  • Loading branch information
mreishus committed May 21, 2020
1 parent 41c1f04 commit 69cc5cd
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 9 deletions.
7 changes: 1 addition & 6 deletions web/build.sh
Original file line number Diff line number Diff line change
Expand Up @@ -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 .
Expand Down
3 changes: 0 additions & 3 deletions web/lib/sbin_web/controllers/predict_controller.ex
Original file line number Diff line number Diff line change
@@ -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
Expand Down

0 comments on commit 69cc5cd

Please sign in to comment.