remote inspects
ci / docker (push) Successful in 3m43s

This commit is contained in:
2024-05-31 02:40:46 +02:00
parent 77b292e47e
commit 9b955641d0
3 changed files with 0 additions and 7 deletions
@@ -5,7 +5,6 @@ defmodule LolAnalytics.Analyzer.ChampionAnalyzer do
def analyze_all_matches do
Storage.MatchStorage.S3MatchStorage.stream_files("ranked")
|> Enum.each(fn %{key: path} ->
IO.inspect(path)
LolAnalytics.Analyzer.ChampionAnalyzer.analyze(:url, "http://192.168.1.55:9000/ranked/#{path}")
end)
@@ -39,6 +39,5 @@ defmodule LolAnalytics.Dimensions.Champion.ChampionMetadata do
ChampionRepo.update(champion_id, attrs)
info
|> IO.inspect()
end
end