Skip to content

Removed errexit to no longer exit the script when the first command exits

Daniel Nemergut requested to merge ingest_workflows_renaming_fix into main

Setting errexit caused the scripts to exit when the first command gives a non-zero error code. This stops that so the directories can be renamed after failure and then it throws the same error code.

Merge request reports