IGNF / route-graph-generator

Script collection used to generate routing data for Road2 (https://github.com/IGNF/road2)
https://ignf.github.io/route-graph-generator/
GNU General Public License v3.0
7 stars 3 forks source link

[docker] update docker entry point r2gg_pipeline.sh to check each steps #13

Open jmkerloch opened 1 year ago

jmkerloch commented 1 year ago

In docker/scripts/r2gg_pipeline.sh there is no check of step result before going to next step.

It will be better if the script stop in case of error.