1
0
Fork 0
mirror of https://github.com/benbusby/farside.git synced 2025-04-25 05:00:02 +00:00

Write results of update script to file for debugging

The update script now writes the available instances to a
.update-results* file (where previous runs have "-prev" appended to the
file name). This helps to see how instance availability changes between
runs of the script when debugging overall functionality of the app.
This commit is contained in:
Ben Busby 2021-10-22 18:07:59 -06:00
parent 4949ae22bb
commit edcab37c7d
No known key found for this signature in database
GPG key ID: 339B7B7EB5333D14
2 changed files with 11 additions and 0 deletions

3
.gitignore vendored
View file

@ -8,3 +8,6 @@ erl_crash.dump
*.beam
/config/*.secret.exs
.elixir_ls/
# Ignore results from update script
.update-result*