shared-opt-dir/agency-parser/check_data_outdated.sh currently fails if data outdated, else succeed.
Rename the file to check_data_not_outdated.sh and everywhere it's being used.
To be backward compatible with current workflow, create a new check_data_outdated.sh that calls the new check_data_not_outdated.sh (fails when it fails, succeed when it succeed)
shared-opt-dir/agency-parser/check_data_outdated.shcurrently fails if data outdated, else succeed.Rename the file to
check_data_not_outdated.shand everywhere it's being used.To be backward compatible with current workflow, create a new
check_data_outdated.shthat calls the newcheck_data_not_outdated.sh(fails when it fails, succeed when it succeed)