FAQ | This is a LIVE service | Changelog

Skip to content
Snippets Groups Projects
Commit fdb7ed91 authored by L. Bower's avatar L. Bower
Browse files

adding file-based logging to epi fit (to allow different configuration when running in gitlab-ci)

parent ddd68527
No related branches found
No related tags found
No related merge requests found
......@@ -159,6 +159,7 @@ epi_fit:
/storage/app/EWS_prod/regions/EastAfrica/test_workspace/integration/epi_fit/dev/data_proc/6.0_epi_pipeline/inputs/configs/example_optimum_parameters_metrics.csv
exit_code=$?
echo "Exit code: $exit_code"
if [ $exit_code -ne 0 ]; then
echo "Parameter metrics comparison failed"
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment