update_ci_reference_files.py: Write info.txt file only after target directory exists
While using @emoyse's update_ci_reference_files.py
in live-mode, I found that it tries to write the info.txt
file before the directory on EOS was mkdir'ed. This MR reshuffles the order of commands to fix this issue.