Deploy the DriverRank.jl script as part of the scouting app
The script still can't run for a few reasons, but at least it's
deployed now. The next step is to figure out how to run it properly.
The current scouting server will print something like this at a 10
minute interval:
2023/03/07 19:09:37 Failed to run the driver ranking script: fork/exec /home/jenkins/repos/971-Robot-Code-2/scouting/DriverRank/src/DriverRank.jl: permission denied
Signed-off-by: Philipp Schrader <philipp.schrader@gmail.com>
Change-Id: I6540f9608deb9b41c436ea63eee2f77142db45e7
diff --git a/scouting/webserver/BUILD b/scouting/webserver/BUILD
index 934aff1..934b50a 100644
--- a/scouting/webserver/BUILD
+++ b/scouting/webserver/BUILD
@@ -9,6 +9,7 @@
deps = [
"//scouting/db",
"//scouting/scraping/background",
+ "//scouting/webserver/driver_ranking",
"//scouting/webserver/match_list",
"//scouting/webserver/rankings",
"//scouting/webserver/requests",